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.
[Read Only] [Experimental]
The error read-only property of the web.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. [Read Only] [Experimental] The error read-only property of the `web.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.
[Read Only] [Experimental]
The message read-only property of the web.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. [Read Only] [Experimental] The message read-only property of the `web.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 is a website building & hosting documentation for Clojure/Script libraries
× close