Results 961 - 980 of 1,033

SpeechRecognition.onerror

The onerror property of the SpeechRecognition interface represents an event handler that will run when a speech recognition error occurs (when the error event fires.)
API Experimental onerror Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onnomatch

The onnomatch property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service returns a final result with no significant recognition (when the nomatch event fires.)
API Experimental onnomatch Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onresult

The onresult property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service returns a result — a word or phrase has been positively recognized and this has been communicated back to the app (when the result event fires.)
API Experimental onresult Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onsoundend

The onsoundend property of the SpeechRecognition interface represents an event handler that will run when any sound — recognisable speech or not — has stopped being detected (when the soundend event fires.)
API Experimental onsoundend Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onsoundstart

The onsoundstart property of the SpeechRecognition interface represents an event handler that will run when any sound — recognisable speech or not — has been detected (when the soundstart event fires.)
API Experimental onsoundstart Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onspeechend

The onspeechend property of the SpeechRecognition interface represents an event handler that will run when speech recognised by the speech recognition service has stopped being detected (when the speechend event fires.)
API Experimental onspeechend Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onspeechstart

The onspeechstart property of the SpeechRecognition interface represents an event handler that will run when sound recognised by the speech recognition service as speech has been detected (when the speechstart event fires.)
API Experimental onspeechstart Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onstart

The onstart property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service has begun listening to incoming audio with intent to recognize grammars associated with the current SpeechRecognition (when the start event fires.)
API Experimental onstart Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.serviceURI

The serviceURI property of the SpeechRecognition interface specifies the location of the speech recognition service used by the current SpeechRecognition to handle the actual recognition. The default is the user agent's default speech service.
API Experimental Property recognition Reference serviceURI speech SpeechRecognition Web Speech API

SpeechRecognitionError.message

The message read-only property of the SpeechRecognitionError interface returns a message describing the error in more detail.
API Experimental message Property recognition Reference speech SpeechRecognitionError Web Speech API

SpeechRecognitionEvent.emma

The emma read-only property of the SpeechRecognitionEvent interface returns an Extensible MultiModal Annotation markup language (EMMA) — XML — representation of the result.
API emma Experimental Property recognition Reference speech SpeechRecognitionEvent Web Speech API

SpeechRecognitionEvent.interpretation

The interpretation read-only property of the SpeechRecognitionEvent interface returns the semantic meaning of what the user said.
API Experimental interpretation Property recognition Reference speech SpeechRecognitionEvent Web Speech API

SpeechRecognitionEvent.resultIndex

The resultIndex read-only property of the SpeechRecognitionEvent interface returns the lowest index value result in the SpeechRecognitionResultList "array" that has actually changed.
API Experimental Property recognition Reference resultIndex speech SpeechRecognitionEvent Web Speech API

SpeechRecognitionEvent.results

The results read-only property of the SpeechRecognitionEvent interface returns a SpeechRecognitionResultList object representing all the speech recognition results for the current session.
API Experimental Property recognition Reference results speech SpeechRecognitionEvent Web Speech API