Enum SpeechRecognitionErrorCode
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[To("NoneWithTrailingDotRemoved")]
public enum SpeechRecognitionErrorCode
Fields
[Value("\"no-speech\"")] NoSpeech = 0[Value("\"aborted\"")] Aborted = 1[Value("\"audio-capture\"")] AudioCapture = 2[Value("\"network\"")] Network = 3[Value("\"not-allowed\"")] NotAllowed = 4[Value("\"service-not-allowed\"")] ServiceNotAllowed = 5[Value("\"bad-grammar\"")] BadGrammar = 6[Value("\"language-not-supported\"")] LanguageNotSupported = 7