SpeechSynthesisWordBoundaryEventArgs Class

Definition

Defines contents of speech synthesis word boundary event. Added in version 1.7.0

public class SpeechSynthesisWordBoundaryEventArgs
Inheritance
java.lang.Object
SpeechSynthesisWordBoundaryEventArgs

Methods

getAudioOffset()

Specifies current word's binary offset in output audio, by ticks (100ns).

getTextOffset()

Specifies current word's text offset in input text, by characters.

getWordLength()

Specifies current word's length, by characters.

Applies to