SpeechSynthesisVisemeEventArgs class
Definiuje zawartość zdarzenia syntezy mowy.
Konstruktory
Speech |
Tworzy i inicjuje wystąpienie tej klasy. |
Właściwości
animation | Określa animację. |
audio |
Określa przesunięcie audio. |
viseme |
Określa identyfikator viseme. |
Szczegóły konstruktora
SpeechSynthesisVisemeEventArgs(number, number, string)
Tworzy i inicjuje wystąpienie tej klasy.
new SpeechSynthesisVisemeEventArgs(audioOffset: number, visemeId: number, animation: string)
Parametry
- audioOffset
-
number
Przesunięcie audio.
- visemeId
-
number
Identyfikator viseme.
- animation
-
string
Animacja może być w formacie svg lub innym.
Szczegóły właściwości
animation
Określa animację.
string animation
Wartość właściwości
string
animacja może być w formacie svg lub innym.
audioOffset
Określa przesunięcie audio.
number audioOffset
Wartość właściwości
number
przesunięcie audio.
visemeId
Określa identyfikator viseme.
number visemeId
Wartość właściwości
number
identyfikator viseme.