A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisEvent/SpeechSynthesisEvent below:

SpeechSynthesisEvent: SpeechSynthesisEvent() constructor - Web APIs

SpeechSynthesisEvent: SpeechSynthesisEvent() constructor

Baseline Widely available

The SpeechSynthesisEvent() constructor creates a new SpeechSynthesisEvent object.

Note: A web developer doesn't typically need to call this constructor, as the browser creates these objects itself when firing events.

Syntax
new SpeechSynthesisEvent(type, options)
Parameters
type

A string with the name of the event. It is case-sensitive and browsers set it to start, end, error, pause, resume, mark, or boundary.

options

An object that, in addition to the properties defined in Event(), has the following properties:

utterance

A SpeechSynthesisUtterance object, which is the speech request the event was triggered on.

charIndex Optional

The index position of the character in SpeechSynthesisUtterance.text that was being spoken when the event was triggered. Its default value is 0.

charLength Optional

The number of characters left to be spoken after the character at the charIndex position. Its default value is 0.

elapsedTime Optional

The elapsed time in seconds, after the SpeechSynthesisUtterance.text started being spoken, at which the event was triggered. Its default value is 0.

name Optional

The name associated with certain types of events: the name of the SSML marker reached in the case of a mark event, or the type of boundary reached in the case of a boundary event. It defaults to the empty string ("").

Return value

A new SpeechSynthesisEvent object.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3