klasse SpeechSynthesisBookmarkEventArgs
class SpeechSynthesisBookmarkEventArgs
: public EventArgs
Klasse voor bladwijzerargumenten voor spraaksynthese. Toegevoegd in versie 1.16.0.
Leden
ResultId
Syntaxis: public const std::string & ResultId;
Unieke resultaat-id. Toegevoegd in versie 1.25.0.
AudioOffset
Syntaxis: public uint64_t AudioOffset;
Audio offset, in teken (100 nanoseconden).
Tekst
Syntaxis: public const std::string & Text;
De bladwijzertekst.
SpeechSynthesisBookmarkEventArgs
Syntaxis: public inline explicit SpeechSynthesisBookmarkEventArgs ( SPXEVENTHANDLE hevent );
Constructor.
Parameters
-
hevent
Gebeurtenisingang
~SpeechSynthesisBookmarkEventArgs
Syntaxis: public inline virtual ~SpeechSynthesisBookmarkEventArgs ( );