RecognitionResult Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents the result of the recognition. The results of recognizing handwritten ink are returned in a RecognitionResult object.
The RecognitionResult type exposes the following members.
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.) | |
GetAlternatesFromSelection | Overloaded. Returns the RecognitionAlternates collection from a range within the best result string of the RecognitionResult object, so that each RecognitionAlternate object in the collection corresponds to only one segment of ink. | |
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.) | |
ModifyTopAlternate | Modifies the RecognitionResult object with a known RecognitionAlternate object. | |
SetResultOnStrokes | Assigns the RecognitionResult object to the Strokes collection that was used to generate the results. | |
ToString | Returns a string that represents the TopAlternate property of the current RecognitionResult object. (Overrides Object.ToString().) |
Top
Fields
Name | Description | |
---|---|---|
DefaultMaximumRecognitionAlternates | Retrieves the default maximum number of RecognitionAlternates to get from the recognizer. |
Top
Properties
Name | Description | |
---|---|---|
Strokes | Gets the Strokes collection that was used by the recognizer to generate the RecognitionResult object. | |
TopAlternate | Gets the top alternate of the recognition result. | |
TopConfidence | Gets the confidence level of the TopAlternate property of the RecognitionResult object. | |
TopString | Gets the result text for the TopAlternate property. |
Top