共用方式為


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