Condividi tramite


SpeechSynthesisWordBoundaryEventArgs class

Definisce il contenuto dell'evento limite della parola di sintesi vocale.

Costruttori

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

Crea e inizializza un'istanza di questa classe.

Proprietà

audioOffset

Specifica l'offset audio.

boundaryType

Specifica il tipo di limite.

duration

Specifica la durata, nei tick (100 nanosecondi).

text

Specifica il testo dell'evento limite della parola.

textOffset

Specifica l'offset di testo.

wordLength

Specifica la lunghezza della parola

Dettagli costruttore

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

Crea e inizializza un'istanza di questa classe.

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

Parametri

audioOffset

number

Offset audio.

duration

number

Durata audio.

text

string

Testo.

wordLength

number

Lunghezza della parola.

textOffset

number

Offset di testo.

boundaryType
SpeechSynthesisBoundaryType

Tipo di limite

Dettagli proprietà

audioOffset

Specifica l'offset audio.

number audioOffset

Valore della proprietà

number

offset audio.

boundaryType

Specifica il tipo di limite.

SpeechSynthesisBoundaryType boundaryType

Valore della proprietà

tipo di limite.

duration

Specifica la durata, nei tick (100 nanosecondi).

number duration

Valore della proprietà

number

Durata in 100 incrementi nanosecondi.

text

Specifica il testo dell'evento limite della parola.

string text

Valore della proprietà

string

testo.

textOffset

Specifica l'offset di testo.

number textOffset

Valore della proprietà

number

offset di testo.

wordLength

Specifica la lunghezza della parola

number wordLength

Valore della proprietà

number

lunghezza della parola