Click or drag to resize
RecognitionStatus Enumeration
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...

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public enum RecognitionStatus
Members
  Member nameValueDescription
None0 no status
Intermediate100 contains an intermediate result (SPEVENTENUM.SPEI_HYPOTHESIS)
RecognitionSuccess200 a recognition result was found (SPEVENTENUM.SPEI_RECOGNITION)
NoMatch301 no result was found (SPEVENTENUM.SPEI_FALSE_RECOGNITION)
InitialSilenceTimeout303 initial silence in the audio exceeded the maximum
BabbleTimeout304 timeout period exceeded for background noise
HotWordMaximumTime305 maximum time reached for hot word recognition
Cancelled201 recognition was cancelled by the client
RecognitionError500 recognition was stopped due to error
DictationEndSilenceTimeout610 end of dictation silence timeout
EndOfDictation612 in dictation mode, the server is truly done
See Also