class KeywordRecognitionEventArgs
: public RecognitionEventArgs
KeywordRecognizerによって送信されるイベントのクラス。
メンバー
結果
構文: public std::shared_ptr< KeywordRecognitionResult > Result;
キーワード認識イベントの結果。
KeywordRecognitionEventArgs
構文: public inline explicit KeywordRecognitionEventArgs ( SPXEVENTHANDLE hevent );
コンストラクタ。
パラメーター
-
heventイベント ハンドル
~KeywordRecognitionEventArgs
構文: public inline virtual ~KeywordRecognitionEventArgs ( );