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.
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python