the callback of openears is
- (void) pocketsphinxDidReceiveHypothesis:(NSString *)hypothesis recognitionScore:(NSString *)recognitionScore utteranceID:(NSString *)utteranceID
hypothesis is the text itself and score is self explained. what is utteranceID?
thanks allot!