クラス Intent::IntentRecognitionEventArgs
class Intent::IntentRecognitionEventArgs
: public RecognitionEventArgs
意図認識イベント引数のクラス。
メンバー
結果
構文: public std::shared_ptr< IntentRecognitionResult > Result;
意図認識イベントの結果。
IntentRecognitionEventArgs
構文: public inline explicit IntentRecognitionEventArgs ( SPXEVENTHANDLE hevent );
コンストラクターです。
パラメーター
-
hevent
イベント ハンドル
~IntentRecognitionEventArgs
構文: public inline virtual ~IntentRecognitionEventArgs ( );