The SpeechSynthesisErrorEvent interface of the Web Speech API
information about any errors that occur while processing web.speech.SpeechSynthesisUtterance
in the speech service.
The SpeechSynthesisErrorEvent interface of the Web Speech API information about any errors that occur while processing `web.speech.SpeechSynthesisUtterance` in the speech service.
(error this)
Property.
[Read Only] [Experimental]
The error property of the web.speech.SpeechSynthesisErrorEvent
returns an error code indicating what has gone wrong with a speech
attempt.
myError = event.error;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisErrorEvent/error
Property. [Read Only] [Experimental] The error property of the `web.speech.SpeechSynthesisErrorEvent` returns an error code indicating what has gone wrong with a speech attempt. `myError = event.error;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisErrorEvent/error`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |