SpeechSynthesisBookmarkEventArgs class

Definiuje zawartość zdarzenia zakładki syntezy mowy.

Konstruktory

SpeechSynthesisBookmarkEventArgs(number, string)

Tworzy i inicjuje wystąpienie tej klasy.

Właściwości

audioOffset

Określa przesunięcie audio.

text

Określa zakładkę.

Szczegóły konstruktora

SpeechSynthesisBookmarkEventArgs(number, string)

Tworzy i inicjuje wystąpienie tej klasy.

new SpeechSynthesisBookmarkEventArgs(audioOffset: number, text: string)

Parametry

audioOffset

number

Przesunięcie audio.

text

string

Tekst zakładki.

Szczegóły właściwości

audioOffset

Określa przesunięcie audio.

number audioOffset

Wartość właściwości

number

przesunięcie audio.

text

Określa zakładkę.

string text

Wartość właściwości

string

tekst zakładki.