類別 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 ( );