Variables

@:value(cast "audio-busy")@:enum@:implinlineread onlyAUDIO_BUSY:SpeechSynthesisErrorCode = "audio-busy"

@:value(cast "audio-hardware")@:enum@:implinlineread onlyAUDIO_HARDWARE:SpeechSynthesisErrorCode = "audio-hardware"

@:value(cast "canceled")@:enum@:implinlineread onlyCANCELED:SpeechSynthesisErrorCode = "canceled"

@:value(cast "interrupted")@:enum@:implinlineread onlyINTERRUPTED:SpeechSynthesisErrorCode = "interrupted"

@:value(cast "invalid-argument")@:enum@:implinlineread onlyINVALID_ARGUMENT:SpeechSynthesisErrorCode = "invalid-argument"

@:value(cast "language-unavailable")@:enum@:implinlineread onlyLANGUAGE_UNAVAILABLE:SpeechSynthesisErrorCode = "language-unavailable"

@:value(cast "network")@:enum@:implinlineread onlyNETWORK:SpeechSynthesisErrorCode = "network"

@:value(cast "synthesis-failed")@:enum@:implinlineread onlySYNTHESIS_FAILED:SpeechSynthesisErrorCode = "synthesis-failed"

@:value(cast "synthesis-unavailable")@:enum@:implinlineread onlySYNTHESIS_UNAVAILABLE:SpeechSynthesisErrorCode = "synthesis-unavailable"

@:value(cast "text-too-long")@:enum@:implinlineread onlyTEXT_TOO_LONG:SpeechSynthesisErrorCode = "text-too-long"

@:value(cast "voice-unavailable")@:enum@:implinlineread onlyVOICE_UNAVAILABLE:SpeechSynthesisErrorCode = "voice-unavailable"