The SpeechSynthesisEvent interface of the Web Speech API contains
about the current state of web.speech.SpeechSynthesisUtterance
that have been processed in the speech service.
The SpeechSynthesisEvent interface of the Web Speech API contains about the current state of `web.speech.SpeechSynthesisUtterance` that have been processed in the speech service.
(char-index this)
Property.
[Read Only] [Experimental]
The charIndex read-only property of the web.speech.SpeechSynthesisUtterance
returns the index position of the character in the SpeechSynthesisUtterance.text
was being spoken when the event was triggered.
event.charIndex;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/charIndex
Property. [Read Only] [Experimental] The charIndex read-only property of the `web.speech.SpeechSynthesisUtterance` returns the index position of the character in the `SpeechSynthesisUtterance.text` was being spoken when the event was triggered. `event.charIndex;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/charIndex`
(elapsed-time this)
Property.
[Read Only] [Experimental]
The elapsedTime read-only property of the web.speech.SpeechSynthesisUtterance
returns the elapsed time in seconds after the SpeechSynthesisUtterance.text
being spoken that the event was triggered at.
event.elapsedTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/elapsedTime
Property. [Read Only] [Experimental] The elapsedTime read-only property of the `web.speech.SpeechSynthesisUtterance` returns the elapsed time in seconds after the `SpeechSynthesisUtterance.text` being spoken that the event was triggered at. `event.elapsedTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/elapsedTime`
(name this)
Property.
[Read Only] [Experimental]
The name read-only property of the web.speech.SpeechSynthesisUtterance
returns the name associated with certain types of events occuring
the SpeechSynthesisUtterance.text
is being spoken: the name
the SSML marker reached in the case of a mark event, or the type
boundary reached in the case of a boundary event.
event.name;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/name
Property. [Read Only] [Experimental] The name read-only property of the `web.speech.SpeechSynthesisUtterance` returns the name associated with certain types of events occuring the `SpeechSynthesisUtterance.text` is being spoken: the name the SSML marker reached in the case of a mark event, or the type boundary reached in the case of a boundary event. `event.name;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/name`
(utterance this)
Property.
[Read Only] [Experimental]
The utterance read-only property of the web.speech.SpeechSynthesisUtterance
returns the web.speech.SpeechSynthesisUtterance
instance that
event was triggered on.
event.utterance;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/utterance
Property. [Read Only] [Experimental] The utterance read-only property of the `web.speech.SpeechSynthesisUtterance` returns the `web.speech.SpeechSynthesisUtterance` instance that event was triggered on. `event.utterance;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/utterance`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close