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