SpeechSynthesisWordBoundaryEventArgs Class

Class for speech synthesis word boundary event arguments.

Note

Updated in version 1.21.0.

Inheritance
builtins.object
SpeechSynthesisWordBoundaryEventArgs

Constructor

SpeechSynthesisWordBoundaryEventArgs(evt_args)

Parameters

evt_args

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.

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.