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 is a website building & hosting documentation for Clojure/Script libraries
× close