Liking cljdoc? Tell your friends :D
ClojureScript only.

web.speech.SpeechRecognitionError

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.
raw docstring

errorcljs

(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`
sourceraw docstring

messagecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close