Results 21 - 40 of 40

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

SpeechSynthesisUtterance.rate

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

SpeechSynthesisUtterance.text

The text property of the SpeechSynthesisUtterance interface gets and sets the text that will be synthesised when the utterance is spoken.
API Experimental Property Reference speech SpeechSynthesisUtterance synthesis Text Web Speech API

SpeechSynthesisUtterance.voice

The voice property of the SpeechSynthesisUtterance interface gets and sets the voice that will be used to speak the utterance.
API Experimental Property Reference speech SpeechSynthesisUtterance synthesis Voice Web Speech API

SpeechSynthesisUtterance.volume

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

SpeechSynthesisVoice.default

The default read-only property of the SpeechSynthesisVoice interface returns a Boolean indicating whether the voice is the default voice for the current app (true), or not (false.)
API default Experimental Property Reference speech SpeechSynthesisVoice synthesis Web Speech API

SpeechSynthesisVoice.lang

The lang read-only property of the SpeechSynthesisVoice interface returns a BCP 47 language tag indicating the language of the voice.
API Experimental lang Property Reference speech SpeechSynthesisVoice synthesis Web Speech API

SpeechSynthesisVoice.localService

The localService read-only property of the SpeechSynthesisVoice interface returns a Boolean indicating whether the voice is supplied by a local speech synthesizer service (true), or a remote speech synthesizer service (false.)
API Experimental localService Property Reference speech SpeechSynthesisVoice synthesis Web Speech API

SpeechSynthesisVoice.name

The name read-only property of the SpeechSynthesisVoice interface returns a human-readable name that represents the voice.
API Experimental name Property Reference speech SpeechSynthesisVoice synthesis Web Speech API

SpeechSynthesisVoice.voiceURI

The voiceURI read-only property of the SpeechSynthesisVoice interface returns the type of URI and location of the speech synthesis service for this voice.
API Experimental Property Reference speech SpeechSynthesisVoice synthesis voiceURI Web Speech API