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