Liking cljdoc? Tell your friends :D

speech.SpeechSynthesisEvent

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

char-indexcljs

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

elapsed-timecljs

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

namecljs

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

set-char-index!cljs

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

set-elapsed-time!cljs

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

set-name!cljs

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

set-utterance!cljs

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

utterancecljs

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

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

× close