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…

Constants

RecognitionStatus_None
No status

Declared In SpeechRecognitionService.h.

RecognitionStatus_Intermediate
Response contains an intermediate result

Declared In SpeechRecognitionService.h.

RecognitionStatus_RecognitionSuccess
The service received spoken audio but found one or more matches for the uttered phrase in its dictionary

Declared In SpeechRecognitionService.h.

RecognitionStatus_NoMatch
The service received spoken audio but found no match for the uttered phrase in its dictionary

Declared In SpeechRecognitionService.h.

RecognitionStatus_InitialSilenceTimeout
The service received audio input but received only silence before the maximum time to wait was exceeded

Declared 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 exceeded

Declared 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 exceeded

Declared In SpeechRecognitionService.h.

RecognitionStatus_Cancelled
Recognition was canceled by the client

Declared In SpeechRecognitionService.h.

RecognitionStatus_RecognitionError
There was an error during recognition

Declared In SpeechRecognitionService.h.

RecognitionStatus_DictationEndSilenceTimeout
In long-form dictation mode, the service exceeded the maximum time to wait for silence signalling the end of dictation

Declared In SpeechRecognitionService.h.

RecognitionStatus_EndOfDictation
In long-form dictation mode, the service has finished all recognition and will not return any more final phrase results

Declared In SpeechRecognitionService.h.

Declared In

SpeechRecognitionService.h