SpeechSynthesisBookmarkEventArgs Class

Definition

Contains bookmark event in synthesized speech. Added in 1.16.0

public class SpeechSynthesisBookmarkEventArgs : EventArgs
type SpeechSynthesisBookmarkEventArgs = class
    inherit EventArgs
Public Class SpeechSynthesisBookmarkEventArgs
Inherits EventArgs
Inheritance
SpeechSynthesisBookmarkEventArgs

Remarks

See also: BookmarkReached

Properties

AudioOffset

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

ResultId

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

Text

Specifies the bookmark text.

Applies to