Articles tagged: SpeechSynthesis
Found 11 documents
- Web/API/SpeechSynthesis The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech ...
- Web/API/SpeechSynthesis/cancel The cancel() method of the SpeechSynthesis interface removes all utterances from the utterance ...
- Web/API/SpeechSynthesis/getVoices The getVoices() method of the SpeechSynthesis interface returns a list of SpeechSynthesisVoice ...
- Web/API/SpeechSynthesis/onvoiceschanged The onvoiceschanged property of the SpeechSynthesis interface represents an event handler that ...
- Web/API/SpeechSynthesis/pause The pause() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a ...
- Web/API/SpeechSynthesis/paused The paused read-only property of the SpeechSynthesis interface is a Boolean that returns true if ...
- Web/API/SpeechSynthesis/pending The pending read-only property of the SpeechSynthesis interface is a Boolean that returns true ...
- Web/API/SpeechSynthesis/resume The resume() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a ...
- Web/API/SpeechSynthesis/speak The speak() method of the SpeechSynthesis interface adds an utterance to the utterance queue; it ...
- Web/API/SpeechSynthesis/speaking The speaking read-only property of the SpeechSynthesis interface is a Boolean that returns true ...
- Web/API/Window/speechSynthesis The speechSynthesis read-only property of the Window object returns a SpeechSynthesis object, ...