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.
Functions
Link copied to clipboard
Link copied to clipboard
The getVoices()
method of the current device.
Link copied to clipboard
The speak()
method of the SpeechSynthesis interface adds an SpeechSynthesisUtterance to the utterance queue; it will be spoken when any other utterances queued before it have been spoken.
Link copied to clipboard