NoMatchReason Enum

Definition

Lists the possible reasons a recognition result was not recognized.

public enum NoMatchReason
type NoMatchReason = 
Public Enum NoMatchReason
Inheritance
NoMatchReason

Fields

EndSilenceTimeout 5

Indicates that the audio stream contained only silence after the last recognized phrase.

InitialBabbleTimeout 3

Indicates that the start of the audio stream only contained noise, and the service timed out waiting for speech.

InitialSilenceTimeout 2

Indicates that the start of the audio stream only contained silence, 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

NotRecognized 1

Indicates that speech was detected, but not recognized.

Applies to