Liking cljdoc? Tell your friends :D

web.speech.SpeechRecognition.ev

SpeechRecognition Events.

SpeechRecognition Events.
raw docstring

audioendcljs

Event.

[Experimental]

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.

[Experimental]

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.

[Experimental]

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.

[Experimental]

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.

Fired when the speech recognition service has disconnected. Also available via the onend property.

Event.

Fired when the speech recognition service has disconnected.
Also available via the onend property.
sourceraw docstring

errorcljs

Event.

Fired when a speech recognition error occurs. Also available via the onerror property.

Event.

Fired when a speech recognition error occurs.
Also available via the onerror property.
sourceraw docstring

nomatchcljs

Event.

Fired when the speech recognition service returns a final result no significant recognition. This may involve some degree of recognition, doesn't meet or exceed the confidence threshold. Also available via the onnomatch property.

Event.

Fired when the speech recognition service returns a final result
no significant recognition. This may involve some degree of recognition,
doesn't meet or exceed the confidence threshold.
Also available via the onnomatch property.
sourceraw docstring

resultcljs

Event.

Fired when the speech recognition service returns a result — word or phrase has been positively recognized and this has been back to the app. Also available via the onresult property.

Event.

Fired when the speech recognition service returns a result —
word or phrase has been positively recognized and this has been
back to the app.
Also available via the onresult property.
sourceraw docstring

soundendcljs

Event.

Fired when any sound — recognisable speech or not — has stopped detected. Also available via the onsoundend property.

Event.

Fired when any sound — recognisable speech or not — has stopped
detected.
Also available via the onsoundend property.
sourceraw docstring

soundstartcljs

Event.

Fired when any sound — recognisable speech or not — has been Also available via the onsoundstart property.

Event.

Fired when any sound — recognisable speech or not — has been
Also available via the onsoundstart property.
sourceraw docstring

speechendcljs

Event.

Fired when speech recognised by the speech recognition service stopped being detected. Also available via the onspeechend property.

Event.

Fired when speech recognised by the speech recognition service
stopped being detected.
Also available via the onspeechend property.
sourceraw docstring

speechstartcljs

Event.

Fired when sound that is recognised by the speech recognition as speech has been detected. Also available via the onspeechstart property.

Event.

Fired when sound that is recognised by the speech recognition
as speech has been detected.
Also available via the onspeechstart property.
sourceraw docstring

startcljs

Event.

Fired when the speech recognition service has begun listening incoming audio with intent to recognize grammars associated with current SpeechRecognition. Also available via the onstart property.

Event.

Fired when the speech recognition service has begun listening
incoming audio with intent to recognize grammars associated with
current SpeechRecognition.
Also available via the onstart property.
sourceraw docstring

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

× close