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.
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python