Results 981 - 1000 of 1,081

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

SpeechSynthesis.cancel()

The cancel() method of the SpeechSynthesis interface removes all utterances from the utterance queue.
API cancel Experimental Method Reference speech SpeechSynthesis synthesis Web Speech API

SpeechSynthesis.getVoices()

The getVoices() method of the SpeechSynthesis interface returns a list of SpeechSynthesisVoice objects representing all the available voices on the current device.
API Experimental getVoices Method Reference speech SpeechSynthesis synthesis Web Speech API

SpeechSynthesis.onvoiceschanged

The onvoiceschanged property of the SpeechSynthesis interface represents an event handler that will run when the list of SpeechSynthesisVoice objects that would be returned by the SpeechSynthesis.getVoices() method has changed (when the voiceschanged event fires.)
API Experimental onvoiceschanged Property Reference speech SpeechSynthesis synthesis Web Speech API

SpeechSynthesis.pause()

The pause() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a paused state.
API Experimental Method pause Reference speech SpeechSynthesis synthesis Web Speech API

SpeechSynthesis.paused

The paused read-only property of the SpeechSynthesis interface is a Boolean that returns true if the SpeechSynthesis object is in a paused state, or false if not.
API Experimental paused Property Reference speech SpeechSynthesis synthesis Web Speech API

SpeechSynthesis.pending

The pending read-only property of the SpeechSynthesis interface is a Boolean that returns true if the utterance queue contains as-yet-unspoken utterances.
API Experimental pending Property Reference speech SpeechSynthesis synthesis Web Speech API

SpeechSynthesis.resume()

The resume() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a non-paused state: resumes it if it was already paused.
API Experimental Method Reference resume speech SpeechSynthesis synthesis Web Speech API

SpeechSynthesis.speak()

The speak() method of the SpeechSynthesis interface adds an utterance to the utterance queue; it will be spoken when any other utterances queued before it have been spoken.
API Experimental Method Reference speak speech SpeechSynthesis synthesis Web Speech API