W3cubDocs

/Haxe JavaScript

SpeechSynthesisErrorCode(String)

package js.html

Available on js

Variables

@:value(cast "audio-busy") @:enum @:impl inline read only AUDIO_BUSY:SpeechSynthesisErrorCode = "audio-busy"

@:value(cast "audio-hardware") @:enum @:impl inline read only AUDIO_HARDWARE:SpeechSynthesisErrorCode = "audio-hardware"

@:value(cast "canceled") @:enum @:impl inline read only CANCELED:SpeechSynthesisErrorCode = "canceled"

@:value(cast "interrupted") @:enum @:impl inline read only INTERRUPTED:SpeechSynthesisErrorCode = "interrupted"

@:value(cast "invalid-argument") @:enum @:impl inline read only INVALID_ARGUMENT:SpeechSynthesisErrorCode = "invalid-argument"

@:value(cast "language-unavailable") @:enum @:impl inline read only LANGUAGE_UNAVAILABLE:SpeechSynthesisErrorCode = "language-unavailable"

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

@:value(cast "synthesis-failed") @:enum @:impl inline read only SYNTHESIS_FAILED:SpeechSynthesisErrorCode = "synthesis-failed"

@:value(cast "synthesis-unavailable") @:enum @:impl inline read only SYNTHESIS_UNAVAILABLE:SpeechSynthesisErrorCode = "synthesis-unavailable"

@:value(cast "text-too-long") @:enum @:impl inline read only TEXT_TOO_LONG:SpeechSynthesisErrorCode = "text-too-long"

@:value(cast "voice-unavailable") @:enum @:impl inline read only VOICE_UNAVAILABLE:SpeechSynthesisErrorCode = "voice-unavailable"

Static variables

@:value(cast "audio-busy") @:enum @:impl static inline read only AUDIO_BUSY:SpeechSynthesisErrorCode = "audio-busy"

@:value(cast "audio-hardware") @:enum @:impl static inline read only AUDIO_HARDWARE:SpeechSynthesisErrorCode = "audio-hardware"

@:value(cast "canceled") @:enum @:impl static inline read only CANCELED:SpeechSynthesisErrorCode = "canceled"

@:value(cast "interrupted") @:enum @:impl static inline read only INTERRUPTED:SpeechSynthesisErrorCode = "interrupted"

@:value(cast "invalid-argument") @:enum @:impl static inline read only INVALID_ARGUMENT:SpeechSynthesisErrorCode = "invalid-argument"

@:value(cast "language-unavailable") @:enum @:impl static inline read only LANGUAGE_UNAVAILABLE:SpeechSynthesisErrorCode = "language-unavailable"

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

@:value(cast "synthesis-failed") @:enum @:impl static inline read only SYNTHESIS_FAILED:SpeechSynthesisErrorCode = "synthesis-failed"

@:value(cast "synthesis-unavailable") @:enum @:impl static inline read only SYNTHESIS_UNAVAILABLE:SpeechSynthesisErrorCode = "synthesis-unavailable"

@:value(cast "text-too-long") @:enum @:impl static inline read only TEXT_TOO_LONG:SpeechSynthesisErrorCode = "text-too-long"

@:value(cast "voice-unavailable") @:enum @:impl static inline read only VOICE_UNAVAILABLE:SpeechSynthesisErrorCode = "voice-unavailable"

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