SpeechSynthesisWordBoundaryEventArgs Class
Class for speech synthesis word boundary event arguments.
Note
Updated in version 1.21.0.
Constructor for internal use.
- Inheritance
-
builtins.objectSpeechSynthesisWordBoundaryEventArgs
Constructor
SpeechSynthesisWordBoundaryEventArgs(handle: c_void_p)
Parameters
Name | Description |
---|---|
handle
Required
|
|
Attributes
audio_offset
Word boundary audio offset in ticks. A single tick represents one hundred nanoseconds or one ten-millionth of a second.
boundary_type
Word boundary type.
Note
Added in version 1.21.0.
duration
Time duration of the audio.
Note
Added in version 1.21.0.
result_id
Synthesis result unique ID.
Note
Added in version 1.25.0.
text
The text.
Note
Added in version 1.21.0.
text_offset
Word boundary text offset in characters.
word_length
Word boundary word length in characters.
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python