类 SpeechSynthesisEventArgs
class SpeechSynthesisEventArgs
: public EventArgs
语音合成事件参数的类。 在版本 1.4.0 中添加。
成员
结果
语法: public std::shared_ptr< SpeechSynthesisResult > Result;
语音合成事件结果。
SpeechSynthesisEventArgs
语法: public inline explicit SpeechSynthesisEventArgs ( SPXEVENTHANDLE hevent );
构造函数。
参数
-
hevent
事件句柄
~SpeechSynthesisEventArgs
语法: public inline virtual ~SpeechSynthesisEventArgs ( );