SpeechSynthesisBookmarkEventArgs-Klasse
class SpeechSynthesisBookmarkEventArgs
: public EventArgs
Klasse für Textmarkenereignisargumente der Sprachsynthese. In Version 1.16.0 hinzugefügt.
Syntax: public const std::string & ResultId;
Eindeutige Ergebnis-ID. In Version 1.25.0 hinzugefügt.
Syntax: public uint64_t AudioOffset;
Audiooffset in Ticks (100 Nanosekunden).
Syntax: public const std::string & Text;
Der Text des Lesezeichens.
Syntax: public inline explicit SpeechSynthesisBookmarkEventArgs ( SPXEVENTHANDLE hevent );
Konstruktor.
-
hevent
Ereignishandle
Syntax: public inline virtual ~SpeechSynthesisBookmarkEventArgs ( );