SpeechSynthesisWordBoundaryEventArgs Class

Definition

Contains location and length details about words in synthesized speech. Added in 1.7.0

public class SpeechSynthesisWordBoundaryEventArgs : EventArgs, IDisposable
type SpeechSynthesisWordBoundaryEventArgs = class
    inherit EventArgs
    interface IDisposable
Public Class SpeechSynthesisWordBoundaryEventArgs
Inherits EventArgs
Implements IDisposable
Inheritance
SpeechSynthesisWordBoundaryEventArgs
Implements

Remarks

See also: WordBoundary

Properties

AudioOffset

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

BoundaryType

Word boundary type. Added in version 1.21.0

Duration

Time duration of the audio. Added in version 1.21.0

ResultId

Specifies unique ID of speech synthesis. (Added in version 1.25.0)

Text

The text. Added in version 1.21.0

TextOffset

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

WordLength

Specifies current word's length, in characters.

Methods

Dispose()

Dispose of associated resources.

Dispose(Boolean)

This method performs cleanup of resources. The Boolean parameter disposing indicates whether the method is called from Dispose() (if disposing is true) or from the finalizer (if disposing is false). Derived classes should override this method to dispose resource if needed.

Applies to