Liking cljdoc? Tell your friends :D

web.speech.SpeechSynthesisEvent

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.
raw docstring

char-indexcljs

(char-index this)

Property.

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.

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`
sourceraw docstring

elapsed-timecljs

(elapsed-time this)

Property.

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.

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`
sourceraw docstring

namecljs

(name this)

Property.

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.

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`
sourceraw docstring

set-char-index!cljs

(set-char-index! this val)

Property.

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.

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`
sourceraw docstring

set-elapsed-time!cljs

(set-elapsed-time! this val)

Property.

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.

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`
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

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.

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`
sourceraw docstring

set-utterance!cljs

(set-utterance! this val)

Property.

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.

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`
sourceraw docstring

utterancecljs

(utterance this)

Property.

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.

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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close