Sdílet prostřednictvím


SpeechSynthesisWordBoundaryEventArgs class

Definuje obsah události hranice slova syntézy řeči.

Konstruktory

SpeechSynthesisWordBoundaryEventArgs(number, number, string, number, number, SpeechSynthesisBoundaryType)

Vytvoří a inicializuje instanci této třídy.

Vlastnosti

audioOffset

Určuje posun zvuku.

boundaryType

Určuje typ hranice.

duration

Určuje dobu trvání v odškrtávkách (100 nanosekund).

text

Určuje text události hranice slova.

textOffset

Určuje posun textu.

wordLength

Určuje délku slova.

Podrobnosti konstruktoru

SpeechSynthesisWordBoundaryEventArgs(number, number, string, number, number, SpeechSynthesisBoundaryType)

Vytvoří a inicializuje instanci této třídy.

new SpeechSynthesisWordBoundaryEventArgs(audioOffset: number, duration: number, text: string, wordLength: number, textOffset: number, boundaryType: SpeechSynthesisBoundaryType)

Parametry

audioOffset

number

Posun zvuku.

duration

number

Doba trvání zvuku.

text

string

Text

wordLength

number

Délka slova.

textOffset

number

Posun textu.

boundaryType
SpeechSynthesisBoundaryType

Typ hranice

Podrobnosti vlastnosti

audioOffset

Určuje posun zvuku.

number audioOffset

Hodnota vlastnosti

number

odsazení zvuku.

boundaryType

Určuje typ hranice.

SpeechSynthesisBoundaryType boundaryType

Hodnota vlastnosti

typ hranice.

duration

Určuje dobu trvání v odškrtávkách (100 nanosekund).

number duration

Hodnota vlastnosti

number

Doba trvání v přírůstcích 100 nanosekund.

text

Určuje text události hranice slova.

string text

Hodnota vlastnosti

string

text.

textOffset

Určuje posun textu.

number textOffset

Hodnota vlastnosti

number

posun textu.

wordLength

Určuje délku slova.

number wordLength

Hodnota vlastnosti

number

délka slova