W3cubDocs

/Haxe JavaScript

SpeechRecognitionErrorCode(String)

package js.html

Available on js

Variables

@:value(cast "aborted") @:enum @:impl inline read only ABORTED:SpeechRecognitionErrorCode = "aborted"

@:value(cast "audio-capture") @:enum @:impl inline read only AUDIO_CAPTURE:SpeechRecognitionErrorCode = "audio-capture"

@:value(cast "bad-grammar") @:enum @:impl inline read only BAD_GRAMMAR:SpeechRecognitionErrorCode = "bad-grammar"

@:value(cast "language-not-supported") @:enum @:impl inline read only LANGUAGE_NOT_SUPPORTED:SpeechRecognitionErrorCode = "language-not-supported"

@:value(cast "network") @:enum @:impl inline read only NETWORK:SpeechRecognitionErrorCode = "network"

@:value(cast "not-allowed") @:enum @:impl inline read only NOT_ALLOWED:SpeechRecognitionErrorCode = "not-allowed"

@:value(cast "no-speech") @:enum @:impl inline read only NO_SPEECH:SpeechRecognitionErrorCode = "no-speech"

@:value(cast "service-not-allowed") @:enum @:impl inline read only SERVICE_NOT_ALLOWED:SpeechRecognitionErrorCode = "service-not-allowed"

Static variables

@:value(cast "aborted") @:enum @:impl static inline read only ABORTED:SpeechRecognitionErrorCode = "aborted"

@:value(cast "audio-capture") @:enum @:impl static inline read only AUDIO_CAPTURE:SpeechRecognitionErrorCode = "audio-capture"

@:value(cast "bad-grammar") @:enum @:impl static inline read only BAD_GRAMMAR:SpeechRecognitionErrorCode = "bad-grammar"

@:value(cast "language-not-supported") @:enum @:impl static inline read only LANGUAGE_NOT_SUPPORTED:SpeechRecognitionErrorCode = "language-not-supported"

@:value(cast "network") @:enum @:impl static inline read only NETWORK:SpeechRecognitionErrorCode = "network"

@:value(cast "not-allowed") @:enum @:impl static inline read only NOT_ALLOWED:SpeechRecognitionErrorCode = "not-allowed"

@:value(cast "no-speech") @:enum @:impl static inline read only NO_SPEECH:SpeechRecognitionErrorCode = "no-speech"

@:value(cast "service-not-allowed") @:enum @:impl static inline read only SERVICE_NOT_ALLOWED:SpeechRecognitionErrorCode = "service-not-allowed"

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SpeechRecognitionErrorCode.html