The SpeechSynthesisErrorEvent interface of the Web Speech API
information about any errors that occur while processing speech.SpeechSynthesisUtterance
in the speech service.
The SpeechSynthesisErrorEvent interface of the Web Speech API information about any errors that occur while processing `speech.SpeechSynthesisUtterance` in the speech service.
(error this)
Property.
The error property of the 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. The error property of the `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`
(set-error! this val)
Property.
The error property of the 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. The error property of the `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 |