ORKSpeechRecognitionDelegate Protocol Reference

Declared in ORKSpeechRecognizer.h

– didFinishRecognitionWithError:

Tells the delegate when the recognition of requested utterance is finished.

- (void)didFinishRecognitionWithError:(NSError *)error

Declared In

ORKSpeechRecognizer.h

– didHypothesizeTranscription:

Tells the delegate that a hypothesized transcription is available.

- (void)didHypothesizeTranscription:(SFTranscription *)transcription

Declared In

ORKSpeechRecognizer.h

– availabilityDidChange:

Tells the delegate when the availability of the speech recognizer has changed

- (void)availabilityDidChange:(BOOL)available

Declared In

ORKSpeechRecognizer.h