Results 61 - 80 of 89

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

SpeechSynthesis.speaking

The speaking read-only property of the SpeechSynthesis interface is a Boolean that returns true if an utterance is currently in the process of being spoken — even if SpeechSynthesis is in a paused state.
API Experimental Property Reference speaking speech SpeechSynthesis synthesis Web Speech API

SpeechSynthesisErrorEvent.error

The error property of the SpeechSynthesisErrorEvent interface returns an error code indicating what has gone wrong with a speech synthesis attempt.
API Error Experimental Property Reference speech SpeechSynthesisErrorEvent synthesis Web Speech API

SpeechSynthesisEvent.charIndex

The charIndex read-only property of the SpeechSynthesisUtterance interface returns the index position of the character in the SpeechSynthesisUtterance.text that was being spoken when the event was triggered.
API charIndex Experimental Property Reference speech SpeechSynthesisEvent synthesis Web Speech API

SpeechSynthesisEvent.elapsedTime

The elapsedTime read-only property of the SpeechSynthesisUtterance interface returns the elapsed time in milliseconds after the SpeechSynthesisUtterance.text started being spoken that the event was triggered at.
API elapsedTime Experimental Property Reference speech SpeechSynthesisEvent synthesis Web Speech API

SpeechSynthesisEvent.name

The name read-only property of the SpeechSynthesisUtterance interface returns the name associated with certain types of events occuring as the SpeechSynthesisUtterance.text is being spoken: the name of the SSML marker reached in the case of a mark event, or the type of boundary reached in the case of a boundary event.
API Experimental name Property Reference speech SpeechSynthesisEvent synthesis Web Speech API

SpeechSynthesisEvent.utterance

The utterance read-only property of the SpeechSynthesisUtterance interface returns the SpeechSynthesisUtterance instance that the event was triggered on.
API Experimental Property Reference speech SpeechSynthesisEvent synthesis utterance Web Speech API

SpeechSynthesisUtterance.onboundary

The onboundary property of the SpeechSynthesisUtterance interface represents an event handler that will run when the spoken utterance reaches a word or sentence boundary (when the boundary event fires.)
API Experimental onboundary Property Reference speech SpeechSynthesisUtterance synthesis Web Speech API

SpeechSynthesisUtterance.onend

The onend property of the SpeechSynthesisUtterance interface represents an event handler that will run when the utterance has finished being spoken (when the end event fires.)
API Experimental onend Property Reference speech SpeechSynthesisUtterance synthesis Web Speech API

SpeechSynthesisUtterance.onmark

The onmark property of the SpeechSynthesisUtterance interface represents an event handler that will run when the spoken utterance reaches a named SSML mark tag (when the mark event fires.)
API Experimental onmark Property Reference speech SpeechSynthesisUtterance synthesis Web Speech API

SpeechSynthesisUtterance.onpause

The onpause property of the SpeechSynthesisUtterance interface represents an event handler that will run when the utterance is paused part way through (when the pause event fires.)
API Experimental onpause Property Reference speech SpeechSynthesisUtterance synthesis Web Speech API

SpeechSynthesisUtterance.onresume

The onresume property of the SpeechSynthesisUtterance interface represents an event handler that will run when a paused utterance is resumed (when the resume event fires.)
API Experimental onresume Property Reference speech SpeechSynthesisUtterance synthesis Web Speech API

SpeechSynthesisUtterance.onstart

The onstart property of the SpeechSynthesisUtterance interface represents an event handler that will run when the utterance has begun to be spoken (when the start event fires.)
API Experimental onstart Property Reference speech SpeechSynthesisUtterance synthesis Web Speech API

SpeechSynthesisUtterance.pitch

The pitch property of the SpeechSynthesisUtterance interface gets and sets the pitch at which the utterance will be spoken at.
API Experimental pitch Property Reference speech SpeechSynthesisUtterance synthesis Web Speech API