Share via


SpeechSynthesisBookmarkEventArgs-Klasse

class SpeechSynthesisBookmarkEventArgs
  : public EventArgs

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

Member

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 Ticks (100 Nanosekunden).

Text

Syntax: public const std::string & Text;

Der Text des Lesezeichens.

SpeechSynthesisBookmarkEventArgs

Syntax: public inline explicit SpeechSynthesisBookmarkEventArgs ( SPXEVENTHANDLE hevent );

Konstruktor.

Parameter

  • hevent Ereignishandle

~SpeechSynthesisBookmarkEventArgs

Syntax: public inline virtual ~SpeechSynthesisBookmarkEventArgs ( );