RecognitionEventArgs クラス
class RecognitionEventArgs
: public SessionEventArgs
RecognitionEvent のデータを提供します。
メンバー
Offset
構文: public constuint64_t & Offset;
認識イベントのオフセット。
RecognitionEventArgs
構文: public inline explicit RecognitionEventArgs ( SPXEVENTHANDLE hevent );
コンストラクターです。 指定されたハンドルを使用して新しいインスタンスを作成します。
パラメーター
hevent
イベント ハンドル。
~RecognitionEventArgs
構文: public inline virtual ~RecognitionEventArgs ( );