RecognitionProperty Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Defines globally unique identifiers (GUIDs) for properties that a InkRecognizerBase might support for recognition results.
The RecognitionProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecognitionProperty | Creates a new instance of the RecognitionProperty class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
Centroid | Specifies the globally unique identifier (GUID) for getting the point array that represents the x and y coordinates for the center of a drawing node. | |
ConfidenceLevel | Specifies the globally unique identifier (GUID) that represents the confidence level associated with the recognition result that an InkRecognizerBase generates. This field is constant. | |
HotPoint | Specifies the globally unique identifier (GUID) representing the hot point associated with a recognition result generated by an InkRecognizerBase. This field is constant. | |
HotPoints | Specifies the globally unique identifier (GUID) used to get the point array that represents the hotpoints for a recognized reshape. | |
LineMetrics | Specifies the globally unique identifier (GUID) that represents the line metrics associated with the recognition result that an InkRecognizerBase generates. This field is constant. | |
LineNumber | Specifies the globally unique identifier (GUID) that represents the line number associated with the recognition result that an InkRecognizerBase generates. This field is constant. | |
MaximumStrokeCount | The globally Specifies the globally unique identifier (GUID) that represents the maximum stroke count associated with the recognition result that an InkRecognizerBase generates. This field is constant. | |
PointsPerInch | Specifies the globally unique identifier (GUID) that represents the points per inch metric associated with the recognition result generated by an InkRecognizerBase. This field is constant. | |
Segmentation | Specifies the globally unique identifier (GUID) that represents the segmentation associated with the recognition result generated by a InkRecognizerBase. This field is constant. |
Top