Liking cljdoc? Tell your friends :D

web.speech.SpeechRecognition.ev

SpeechRecognition Events.

SpeechRecognition Events.
raw docstring

audioendcljs

Event.

You can use the audioend event in an addEventListener method:

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/audioend_event

Event.

You can use the audioend event in an addEventListener method:

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/audioend_event`
sourceraw docstring

audiostartcljs

Event.

You can use the audiostart event in an onaudiostart method:

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/audiostart_event

Event.

You can use the audiostart event in an `onaudiostart` method:

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/audiostart_event`
sourceraw docstring

endcljs

Event.

You can use the end event in an addEventListener method:

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/end_event

Event.

You can use the end event in an addEventListener method:

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/end_event`
sourceraw docstring

errorcljs

Event.

You can use the error event in an addEventListener method:

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/error_event

Event.

You can use the error event in an addEventListener method:

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/error_event`
sourceraw docstring

nomatchcljs

Event.

The nomatch event of the Web Speech API is fired when the speech service returns a final result with no significant recognition.

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/nomatch_event

Event.

The nomatch event of the Web Speech API is fired when the speech
service returns a final result with no significant recognition.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/nomatch_event`
sourceraw docstring

resultcljs

Event.

The result event of the Web Speech API is fired when the speech service returns a result — a word or phrase has been positively and this has been communicated back to the app

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/result_event

Event.

The result event of the Web Speech API is fired when the speech
service returns a result — a word or phrase has been positively
and this has been communicated back to the app

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/result_event`
sourceraw docstring

soundendcljs

Event.

You can use the soundend event in an addEventListener method:

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/soundend_event

Event.

You can use the soundend event in an addEventListener method:

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/soundend_event`
sourceraw docstring

soundstartcljs

Event.

The soundstart event of the Web Speech API is fired when any — recognisable speech or not — has been detected.

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/soundstart_event

Event.

The soundstart event of the Web Speech API is fired when any
— recognisable speech or not — has been detected.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/soundstart_event`
sourceraw docstring

speechendcljs

Event.

The speechend event of the Web Speech API is fired when speech by the speech recognition service has stopped being detected.

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/speechend_event

Event.

The speechend event of the Web Speech API is fired when speech
by the speech recognition service has stopped being detected.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/speechend_event`
sourceraw docstring

speechstartcljs

Event.

You can use the speechstart event in an addEventListener method:

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/speechstart_event

Event.

You can use the speechstart event in an addEventListener method:

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/speechstart_event`
sourceraw docstring

startcljs

Event.

The start event of the Web Speech API web.speech.SpeechRecognition is fired when the speech recognition service has begun listening incoming audio with intent to recognize grammars associated with current SpeechRecognition.

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/start_event

Event.

The start event of the Web Speech API `web.speech.SpeechRecognition`
is fired when the speech recognition service has begun listening
incoming audio with intent to recognize grammars associated with
current SpeechRecognition.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/start_event`
sourceraw docstring

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

× close