Liking cljdoc? Tell your friends :D

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.

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.

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

messagecljs

(message this)

Property.

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.

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

set-error!cljs

(set-error! this val)

Property.

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.

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

set-message!cljs

(set-message! this val)

Property.

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.

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close