次の方法で共有


クラス KeywordRecognitionEventArgs

class KeywordRecognitionEventArgs
  : public RecognitionEventArgs

KeywordRecognizer によって送信されたイベントのクラス。

メンバー

結果

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

キーワード認識イベントの結果。

KeywordRecognitionEventArgs

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

コンストラクターです。

パラメーター

  • hevent イベント ハンドル

~KeywordRecognitionEventArgs

構文: public inline virtual ~KeywordRecognitionEventArgs ( );