SpeechRecognizerError 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.
The reason speech recognition failed.
public enum SpeechRecognizerError
type SpeechRecognizerError =
- Inheritance
-
SpeechRecognizerError
Fields
| Name | Value | Description |
|---|---|---|
| NetworkTimeout | 1 | Network operation timed out. |
| Network | 2 | Other network related errors. |
| Audio | 3 | Audio recording error. |
| Server | 4 | Server sends error status. |
| Client | 5 | Other client side errors. |
| SpeechTimeout | 6 | No speech input was received. |
| NoMatch | 7 | No recognition result matched. |
| RecognizerBusy | 8 | RecognitionService busy. |
| InsufficientPermissions | 9 | Insufficient permissions. |
| TooManyRequests | 10 | Too many requests were made by the same client. |
| ServerDisconnected | 11 | The server has disconnected, for example because the app crashed. |
| LanguageNotSupported | 12 | The requested language cannot be used with the current recognizer. |
| LanguageUnavailable | 13 | The requested language is supported but not currently available, such as when its model has not been downloaded. |
| CannotCheckSupport | 14 | The service does not allow support to be checked. |
| CannotListenToDownloadEvents | 15 | The service does not support listening for model download events. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.