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

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

× close