Methods

This section describes the methods associated with the Web Speech API.

In this section

TopicDescription

cancel

Removes an utterance from the queue.

getVoices

Returns a list of the available voices in the SpeechSynthesisVoice object.

pause

Pauses the SpeechSynthesis instance.

resume

Puts the SpeechSynthesis instance into the non-paused state.

speak

Adds a new SpeechSynthesisUtterance object to the end of the SpeechSynthesis instance queue.

 

 

 

Show: