ORKSpeechRecognitionDelegate Protocol Reference
| Declared in | ORKSpeechRecognizer.h |
|---|
– didFinishRecognitionWithError:
Tells the delegate when the recognition of requested utterance is finished.
- (void)didFinishRecognitionWithError:(NSError *)errorDeclared In
ORKSpeechRecognizer.h
– didHypothesizeTranscription:
Tells the delegate that a hypothesized transcription is available.
- (void)didHypothesizeTranscription:(SFTranscription *)transcriptionDeclared In
ORKSpeechRecognizer.h
– availabilityDidChange:
Tells the delegate when the availability of the speech recognizer has changed
- (void)availabilityDidChange:(BOOL)availableDeclared In
ORKSpeechRecognizer.h