类 SpeechRecognitionEventArgs

class SpeechRecognitionEventArgs
  : public RecognitionEventArgs

语音识别事件参数的类。

成员

结果

语法: public std::shared_ptr< SpeechRecognitionResult > Result;

语音识别事件结果。

SpeechRecognitionEventArgs

语法: public inline explicit SpeechRecognitionEventArgs ( SPXEVENTHANDLE hevent );

构造函数。

参数

  • hevent 事件句柄

~SpeechRecognitionEventArgs

语法: public inline virtual ~SpeechRecognitionEventArgs ( );