Results 81 - 88 of 88

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