NoMatchReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the possible reasons a recognition result was not recognized.
public enum NoMatchReason
type NoMatchReason =
Public Enum NoMatchReason
- Inheritance
-
NoMatchReason
Fields
Name | Value | Description |
---|---|---|
NotRecognized | 1 | Indicates that speech was detected, but not recognized. |
InitialSilenceTimeout | 2 | Indicates that the start of the audio stream only contained silence, and the service timed out waiting for speech. |
InitialBabbleTimeout | 3 | Indicates that the start of the audio stream only contained noise, and the service timed out waiting for speech. |
KeywordNotRecognized | 4 | Indicates that the recognized keyword was rejected by the keyword verification service. Added in 1.5.0 |
EndSilenceTimeout | 5 | Indicates that the audio stream contained only silence after the last recognized phrase. |
Applies to
Azure SDK for .NET