Click or drag to resize
RecognitionStatus Enumeration
Overall recognition status.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public enum RecognitionStatus
Members
  Member nameValueDescription
None0 No status.
Success200 Recognition result was found.
NoMatch201 Recognition result was not found.
InitialSilenceTimeout202 Initial silence exceeded the maximum allowed time.
PhraseSilenceTimeout203 Silence timeout between phrases exceeded the maximum allowed time.
BabbleTimeout204 Background noise duration exceeded the maximum allowed time.
Cancelled205 Recognition was cancelled.
See Also