Enum SpeechSynthesisErrorCode
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[To("None")]
public enum SpeechSynthesisErrorCode
Fields
[EnumValue("canceled")] Canceled = 0[EnumValue("interrupted")] Interrupted = 1[EnumValue("audio-busy")] AudioBusy = 2[EnumValue("audio-hardware")] AudioHardware = 3[EnumValue("network")] Network = 4[EnumValue("synthesis-failed")] SynthesisFailed = 6[EnumValue("text-too-long")] TextTooLong = 9[EnumValue("invalid-argument")] InvalidArgument = 10[EnumValue("not-allowed")] NotAllowed = 11