SpeechSynthesis
The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech service; this can be used to retrieve information about the synthesis voices available on the device, start and pause speech, and other commands besides.
The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech service; this can be used to retrieve information about the synthesis voices available on the device, start and pause speech, and other commands besides.
The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech service; this can be used to retrieve information about the synthesis voices available on the device, start and pause speech, and other commands besides.
Properties
Fired when the list of SpeechSynthesisVoice objects that would be returned by the getVoices method has changed.
Fired when the list of SpeechSynthesisVoice objects that would be returned by the getVoices method has changed.
Fired when the list of SpeechSynthesisVoice objects that would be returned by the getVoices method has changed.
Functions
Returns a list of SpeechSynthesisVoice objects representing all the available voices on the current device.
Returns a list of SpeechSynthesisVoice objects representing all the available voices on the current device.
Puts the SpeechSynthesis object into a non-paused state: resumes it if it was already paused.
Puts the SpeechSynthesis object into a non-paused state: resumes it if it was already paused.
Puts the SpeechSynthesis object into a non-paused state: resumes it if it was already paused.
Adds an utterance to the utterance queue; it will be spoken when any other utterances queued before it have been spoken.
Adds an utterance to the utterance queue; it will be spoken when any other utterances queued before it have been spoken.
Adds an utterance to the utterance queue; it will be spoken when any other utterances queued before it have been spoken.