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
Public method RecognitionProperty Creates a new instance of the RecognitionProperty class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member 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.
Public fieldStatic member 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.
Public fieldStatic member HotPoint Specifies the globally unique identifier (GUID) representing the hot point associated with a recognition result generated by an InkRecognizerBase. This field is constant.
Public fieldStatic member HotPoints Specifies the globally unique identifier (GUID) used to get the point array that represents the hotpoints for a recognized reshape.
Public fieldStatic member 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.
Public fieldStatic member 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.
Public fieldStatic member 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.
Public fieldStatic member 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.
Public fieldStatic member 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

See Also

Reference

RecognitionProperty Class

System.Windows.Ink.AnalysisCore Namespace