The SpeechSynthesisEvent interface of the Web Speech API contains
about the current state of speech.SpeechSynthesisUtterance
that have been processed in the speech service.
The SpeechSynthesisEvent interface of the Web Speech API contains about the current state of `speech.SpeechSynthesisUtterance` that have been processed in the speech service.
(char-index this)
Property.
The charIndex read-only property of the speech.SpeechSynthesisUtterance
returns the index position of the character in the speech.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. The charIndex read-only property of the `speech.SpeechSynthesisUtterance` returns the index position of the character in the `speech.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.
The elapsedTime read-only property of the speech.SpeechSynthesisUtterance
returns the elapsed time in seconds after the speech.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. The elapsedTime read-only property of the `speech.SpeechSynthesisUtterance` returns the elapsed time in seconds after the `speech.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.
The name read-only property of the speech.SpeechSynthesisUtterance
returns the name associated with certain types of events occuring
the speech.SpeechSynthesisUtterance.text
is being spoken: the
of the SSML marker reached in the case of a mark event, or the
of 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. The name read-only property of the `speech.SpeechSynthesisUtterance` returns the name associated with certain types of events occuring the `speech.SpeechSynthesisUtterance.text` is being spoken: the of the SSML marker reached in the case of a mark event, or the of boundary reached in the case of a boundary event. `event.name;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/name`
(set-char-index! this val)
Property.
The charIndex read-only property of the speech.SpeechSynthesisUtterance
returns the index position of the character in the speech.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. The charIndex read-only property of the `speech.SpeechSynthesisUtterance` returns the index position of the character in the `speech.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`
(set-elapsed-time! this val)
Property.
The elapsedTime read-only property of the speech.SpeechSynthesisUtterance
returns the elapsed time in seconds after the speech.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. The elapsedTime read-only property of the `speech.SpeechSynthesisUtterance` returns the elapsed time in seconds after the `speech.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`
(set-name! this val)
Property.
The name read-only property of the speech.SpeechSynthesisUtterance
returns the name associated with certain types of events occuring
the speech.SpeechSynthesisUtterance.text
is being spoken: the
of the SSML marker reached in the case of a mark event, or the
of 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. The name read-only property of the `speech.SpeechSynthesisUtterance` returns the name associated with certain types of events occuring the `speech.SpeechSynthesisUtterance.text` is being spoken: the of the SSML marker reached in the case of a mark event, or the of boundary reached in the case of a boundary event. `event.name;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/name`
(set-utterance! this val)
Property.
The utterance read-only property of the speech.SpeechSynthesisUtterance
returns the speech.SpeechSynthesisUtterance
instance that the
was triggered on.
event.utterance;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/utterance
Property. The utterance read-only property of the `speech.SpeechSynthesisUtterance` returns the `speech.SpeechSynthesisUtterance` instance that the was triggered on. `event.utterance;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/utterance`
(utterance this)
Property.
The utterance read-only property of the speech.SpeechSynthesisUtterance
returns the speech.SpeechSynthesisUtterance
instance that the
was triggered on.
event.utterance;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/utterance
Property. The utterance read-only property of the `speech.SpeechSynthesisUtterance` returns the `speech.SpeechSynthesisUtterance` instance that the 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