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
Audio | 3 | Audio recording error. |
CannotCheckSupport | 14 | |
CannotListenToDownloadEvents | 15 | |
Client | 5 | Other client side errors. |
InsufficientPermissions | 9 | |
LanguageNotSupported | 12 | |
LanguageUnavailable | 13 | |
Network | 2 | Other network related errors. |
NetworkTimeout | 1 | Network operation timed out. |
NoMatch | 7 | No recognition result matched. |
RecognizerBusy | 8 | RecognitionService busy. |
Server | 4 | Server sends error status. |
ServerDisconnected | 11 | |
SpeechTimeout | 6 | |
TooManyRequests | 10 |
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.