The SpeechRecognitionError interface of the Web Speech API represents messages from the recognition service.
The SpeechRecognitionError interface of the Web Speech API represents messages from the recognition service.
(error this)
Property.
The error read-only property of the speech.SpeechRecognitionError
returns the type of error raised.
var myError = event.error;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionError/error
Property. The error read-only property of the `speech.SpeechRecognitionError` returns the type of error raised. `var myError = event.error;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionError/error`
(message this)
Property.
The message read-only property of the speech.SpeechRecognitionError
returns a message describing the error in more detail.
var myErrorMsg = event.message;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionError/message
Property. The message read-only property of the `speech.SpeechRecognitionError` returns a message describing the error in more detail. `var myErrorMsg = event.message;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionError/message`
(set-error! this val)
Property.
The error read-only property of the speech.SpeechRecognitionError
returns the type of error raised.
var myError = event.error;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionError/error
Property. The error read-only property of the `speech.SpeechRecognitionError` returns the type of error raised. `var myError = event.error;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionError/error`
(set-message! this val)
Property.
The message read-only property of the speech.SpeechRecognitionError
returns a message describing the error in more detail.
var myErrorMsg = event.message;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionError/message
Property. The message read-only property of the `speech.SpeechRecognitionError` returns a message describing the error in more detail. `var myErrorMsg = event.message;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionError/message`
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 |