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