RecognitionStatus Constants Reference
| Declared in | SpeechRecognitionService.h |
|---|
RecognitionStatus
Status on how the recognition was produced. For example, was it produced as
a result of successful reco, or as a result of canceling the connection, etc…
Definition
typedef NS_ENUM(NSInteger, RecognitionStatus ) {
RecognitionStatus_None = 0,
RecognitionStatus_Intermediate = 100,
RecognitionStatus_RecognitionSuccess = 200,
RecognitionStatus_NoMatch = 301,
RecognitionStatus_InitialSilenceTimeout = 303,
RecognitionStatus_BabbleTimeout = 304,
RecognitionStatus_HotWordMaximumTime = 305,
RecognitionStatus_Cancelled = 201,
RecognitionStatus_RecognitionError = 500,
RecognitionStatus_DictationEndSilenceTimeout = 610,
RecognitionStatus_EndOfDictation = 612,
};
Constants
RecognitionStatus_None-
No statusDeclared In
SpeechRecognitionService.h. RecognitionStatus_Intermediate-
Response contains an intermediate resultDeclared In
SpeechRecognitionService.h. RecognitionStatus_RecognitionSuccess-
The service received spoken audio but found one or more matches for the uttered phrase in its dictionaryDeclared In
SpeechRecognitionService.h. RecognitionStatus_NoMatch-
The service received spoken audio but found no match for the uttered phrase in its dictionaryDeclared In
SpeechRecognitionService.h. RecognitionStatus_InitialSilenceTimeout-
The service received audio input but received only silence before the maximum time to wait was exceededDeclared In
SpeechRecognitionService.h. RecognitionStatus_BabbleTimeout-
The service received audio input but received only background noise and did not recognize any spoken audio before the maximum time to wait was exceededDeclared In
SpeechRecognitionService.h. RecognitionStatus_HotWordMaximumTime-
The service received audio input but did not recognize any of the configured key phrases before the maximum time to wait was exceededDeclared In
SpeechRecognitionService.h. RecognitionStatus_Cancelled-
Recognition was canceled by the clientDeclared In
SpeechRecognitionService.h. RecognitionStatus_RecognitionError-
There was an error during recognitionDeclared In
SpeechRecognitionService.h. RecognitionStatus_DictationEndSilenceTimeout-
In long-form dictation mode, the service exceeded the maximum time to wait for silence signalling the end of dictationDeclared In
SpeechRecognitionService.h. RecognitionStatus_EndOfDictation-
In long-form dictation mode, the service has finished all recognition and will not return any more final phrase resultsDeclared In
SpeechRecognitionService.h.
Declared In
SpeechRecognitionService.h