SpeechSynthesisBookmarkEventArgs class

Defines contents of speech synthesis bookmark event.

Constructors

SpeechSynthesisBookmarkEventArgs(number, string)

Creates and initializes an instance of this class.

Properties

audioOffset

Specifies the audio offset.

text

Specifies the bookmark.

Constructor Details

SpeechSynthesisBookmarkEventArgs(number, string)

Creates and initializes an instance of this class.

new SpeechSynthesisBookmarkEventArgs(audioOffset: number, text: string)

Parameters

audioOffset

number

The audio offset.

text

string

The bookmark text.

Property Details

audioOffset

Specifies the audio offset.

number audioOffset

Property Value

number

the audio offset.

text

Specifies the bookmark.

string text

Property Value

string

the bookmark text.