SpeechSynthesisWordBoundaryEventArgs Class
Class for speech synthesis word boundary event arguments.
Note
Updated in version 1.21.0.
Constructor for internal use.
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.
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python