C# Class Recognizer.RecognitionEventArgs

Inheritance: System.EventArgs
显示文件 Open project: omanamos/kinect-nao Class Usage Examples

Public Methods

Method Description
RecognitionEventArgs ( string cls, double l ) : System

Method Details

RecognitionEventArgs() public method

public RecognitionEventArgs ( string cls, double l ) : System
cls string
l double
return System