SpeechRecognition Events.
SpeechRecognition Events.
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`
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`
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.
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.
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.
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.
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.
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.
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.
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.
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close