SpeechError
Represents an error in a speech recognition system.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Windows.Speech
- Assembly: UnityEngine.CoreModule
public enum SpeechError
Fields
Value | Description |
|---|---|
| AudioQualityFailure | Speech recognition engine failed because the audio quality was too low. |
| GrammarCompilationFailure | Speech recognition engine failed to compiled specified grammar. |
| MicrophoneUnavailable | Speech error occurred because a microphone was not available. |
| NetworkFailure | Speech error occurred due to a network failure. |
| NoError | No error occurred. |
| TimeoutExceeded | A speech recognition system has timed out. |
| TopicLanguageNotSupported | Supplied grammar file language is not supported. |
| UnknownError | A speech recognition system has encountered an unknown error. |