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.
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 | |
NoMatch | 7 | No recognition result matched. |
RecognizerBusy | 8 | RecognitionService busy. |
InsufficientPermissions | 9 | |
TooManyRequests | 10 | |
ServerDisconnected | 11 | |
LanguageNotSupported | 12 | |
LanguageUnavailable | 13 | |
CannotCheckSupport | 14 | |
CannotListenToDownloadEvents | 15 |
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.