Class SpeechSynthesisBookmarkEventArgs

class SpeechSynthesisBookmarkEventArgs
  : public EventArgs

Klasse für Sprachsynthese-Textmarkenereignisargumente. In Version 1.16.0 hinzugefügt.

Elemente

ResultId

Syntax: public const std::string & ResultId;

Eindeutige Ergebnis-ID. In Version 1.25.0 hinzugefügt.

AudioOffset

Syntax: public uint64_t AudioOffset;

Audiooffset in Teilstrichen (100 Nanosekunden).

Text

Syntax: public const std::string & Text;

Der Text der Textmarke.

SpeechSynthesisBookmarkEventArgs

Syntax: public inline explicit SpeechSynthesisBookmarkEventArgs ( SPXEVENTHANDLE hevent );

Konstruktor.

Die Parameter

  • hevent Ereignishandle

~SpeechSynthesisBookmarkEventArgs

Syntax: public inline virtual ~SpeechSynthesisBookmarkEventArgs ( );