Articles tagged: synthesis
Found 40 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/SpeechSynthesisErrorEvent The SpeechSynthesisErrorEvent interface of the Web Speech API contains information about any ...
- Web/API/SpeechSynthesisErrorEvent/error The error property of the SpeechSynthesisErrorEvent interface returns an error code indicating ...
- Web/API/SpeechSynthesisEvent The SpeechSynthesisEvent interface of the Web Speech API contains information about the current ...
- Web/API/SpeechSynthesisEvent/charIndex The charIndex read-only property of the SpeechSynthesisUtterance interface returns the index ...
- Web/API/SpeechSynthesisEvent/elapsedTime The elapsedTime read-only property of the SpeechSynthesisUtterance interface returns the elapsed ...
- Web/API/SpeechSynthesisEvent/name The name read-only property of the SpeechSynthesisUtterance interface returns the name ...
- Web/API/SpeechSynthesisEvent/utterance The utterance read-only property of the SpeechSynthesisUtterance interface returns the ...
- Web/API/SpeechSynthesisUtterance The SpeechSynthesisUtterance interface of the Web Speech API represents a speech request. It ...
- Web/API/SpeechSynthesisUtterance/lang The lang property of the SpeechSynthesisUtterance interface gets and sets the language of the ...
- Web/API/SpeechSynthesisUtterance/onboundary The onboundary property of the SpeechSynthesisUtterance interface represents an event handler ...
- Web/API/SpeechSynthesisUtterance/onend The onend property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onerror The onerror property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onmark The onmark property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onpause The onpause property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onresume The onresume property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onstart The onstart property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/pitch The pitch property of the SpeechSynthesisUtterance interface gets and sets the pitch at which ...
- Web/API/SpeechSynthesisUtterance/rate The rate property of the SpeechSynthesisUtterance interface gets and sets the speed at which the ...
- Web/API/SpeechSynthesisUtterance/SpeechSynthesisUtterance The SpeechSynthesisUtterance() constructor of the SpeechSynthesisUtterance interface returns a ...
- Web/API/SpeechSynthesisUtterance/text The text property of the SpeechSynthesisUtterance interface gets and sets the text that will be ...
- Web/API/SpeechSynthesisUtterance/voice The voice property of the SpeechSynthesisUtterance interface gets and sets the voice that will ...
- Web/API/SpeechSynthesisUtterance/volume The volume property of the SpeechSynthesisUtterance interface gets and sets the volume that the ...
- Web/API/SpeechSynthesisVoice The SpeechSynthesisVoice interface of the Web Speech API represents a voice that the system ...
- Web/API/SpeechSynthesisVoice/default The default read-only property of the SpeechSynthesisVoice interface returns a Boolean ...
- Web/API/SpeechSynthesisVoice/lang The lang read-only property of the SpeechSynthesisVoice interface returns a BCP 47 language tag ...
- Web/API/SpeechSynthesisVoice/localService The localService read-only property of the SpeechSynthesisVoice interface returns a Boolean ...
- Web/API/SpeechSynthesisVoice/name The name read-only property of the SpeechSynthesisVoice interface returns a human-readable name ...
- Web/API/SpeechSynthesisVoice/voiceURI The voiceURI read-only property of the SpeechSynthesisVoice interface returns the type of URI ...
- Web/API/Web_Speech_API The Web Speech API makes web apps able to handle voice data. There are two components to this API:
- Web/API/Web_Speech_API/Using_the_Web_Speech_API The Web Speech API provides two distinct areas of functionality — speech recognition, and speech ...