NoMatchReason enum
Defines the possible reasons a recognition result might not be recognized.
Fields
NotRecognized = 0 | Indicates that speech was detected, but not recognized. |
InitialSilenceTimeout = 1 | Indicates that the start of the audio stream contained only silence, and the service timed out waiting for speech. |
InitialBabbleTimeout = 2 | Indicates that the start of the audio stream contained only noise, and the service timed out waiting for speech. |