class SpeechSynthesisEventArgs
class SpeechSynthesisEventArgs
: public EventArgs
Class for speech synthesis event arguments. Added in version 1.4.0.
Members
Result
Syntax: public std::shared_ptr< SpeechSynthesisResult > Result;
Speech synthesis event result.
SpeechSynthesisEventArgs
Syntax: public inline explicit SpeechSynthesisEventArgs ( SPXEVENTHANDLE hevent );
Constructor.
Parameters
hevent
Event handle
~SpeechSynthesisEventArgs
Syntax: public inline virtual ~SpeechSynthesisEventArgs ( );