SpeechRecognitionEventArgs クラス

class SpeechRecognitionEventArgs
  : public RecognitionEventArgs

音声認識イベント引数のクラス。

メンバー

結果

構文: public std::shared_ptr< SpeechRecognitionResult > Result;

音声認識イベントの結果。

SpeechRecognitionEventArgs

構文: public inline explicit SpeechRecognitionEventArgs ( SPXEVENTHANDLE hevent );

コンストラクターです。

パラメーター

  • hevent イベント ハンドル

~SpeechRecognitionEventArgs

構文: public inline virtual ~SpeechRecognitionEventArgs ( );