class SpeechSynthesisBookmarkEventArgs

class SpeechSynthesisBookmarkEventArgs
  : public EventArgs

Class for speech synthesis bookmark event arguments. Added in version 1.16.0.

Members

ResultId

Syntax: public const std::string & ResultId;

Unique result id. Added in version 1.25.0.

AudioOffset

Syntax: public uint64_t AudioOffset;

Audio offset, in ticks (100 nanoseconds).

Text

Syntax: public const std::string & Text;

The bookmark text.

SpeechSynthesisBookmarkEventArgs

Syntax: public inline explicit SpeechSynthesisBookmarkEventArgs ( SPXEVENTHANDLE hevent );

Constructor.

Parameters

  • hevent Event handle

~SpeechSynthesisBookmarkEventArgs

Syntax: public inline virtual ~SpeechSynthesisBookmarkEventArgs ( );