class RecognitionEventArgs

class RecognitionEventArgs
  : public SessionEventArgs

Provides data for the RecognitionEvent.

Members

Offset

Syntax: public constuint64_t & Offset;

The offset of recognition event.

RecognitionEventArgs

Syntax: public inline explicit RecognitionEventArgs ( SPXEVENTHANDLE hevent );

Constructor. Creates a new instance using the provided handle.

Parameters

  • hevent Event handle.

~RecognitionEventArgs

Syntax: public inline virtual ~RecognitionEventArgs ( );