NoMatchReason Enum
Definition
Defines the possible reasons a recognition result might not be recognized.
public enum NoMatchReason
- Inheritance
-
java.lang.Objectjava.lang.Enum<NoMatchReason>NoMatchReason
Fields
| InitialBabbleTimeout | Indicates that the start of the audio stream contained only noise, and the service timed out waiting for speech. |
| InitialSilenceTimeout | Indicates that the start of the audio stream contained only silence, and the service timed out waiting for speech. |
| KeywordNotRecognized | Indicates that the spotted keyword has been rejected by the keyword verification service. Added in version 1.5.0. |
| NotRecognized | Indicates that speech was detected, but not recognized. |