Properties
This section describes the properties associated with the Web Speech API.
In this section
| Topic | Description |
|---|---|
|
Describes the length of the text, word or sentence, that will be spoken. | |
|
Returns true or false indicating if this voice is the default voice. | |
|
Returns the time (in seconds) when the event was triggered, relative to when the utterance began speaking. | |
|
Specifies the language of the speech synthesis for the utterance. | |
|
Returns the BCP 47 language tag indicating the language of the voice. | |
|
Returns true or false indicating if the voices are supplied by a local or a remote speech synthesizer. | |
|
Indicates if the SpeechSynthesis object is in the paused state. | |
|
The speaking pitch for the utterance. | |
|
Indicates whether or not the queue for the global SpeechSynthesis object contains utterances which have not started speaking. | |
|
The speaking rate for the utterance, relative to the default rate for the voice. | |
|
Indicates if an utterance is being spoken. | |
|
Specifies the text to be synthesized and spoken. | |
|
Returns the SpeechSynthesisUtterance object that triggered the event. | |
|
Specifies the speech synthesis voice to be used. | |
|
The speaking volume for the utterance. | |
|
Returns a URI which specifies the speech synthesis voice and the location of the speech synthesis service for this voice. |