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
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 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.
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 ModifyTopAlternate Modifies the RecognitionResult object with a known RecognitionAlternate object.
Public method SetResultOnStrokes Assigns the RecognitionResult object to the Strokes collection that was used to generate the results.
Public method ToString Returns a string that represents the TopAlternate property of the current RecognitionResult object. (Overrides Object.ToString().)

Top

Fields

  Name Description
Public fieldStatic member DefaultMaximumRecognitionAlternates Retrieves the default maximum number of RecognitionAlternates to get from the recognizer.

Top

Properties

  Name Description
Public property Strokes Gets the Strokes collection that was used by the recognizer to generate the RecognitionResult object.
Public property TopAlternate Gets the top alternate of the recognition result.
Public property TopConfidence Gets the confidence level of the TopAlternate property of the RecognitionResult object.
Public property TopString Gets the result text for the TopAlternate property.

Top

See Also

Reference

RecognitionResult Class

Microsoft.Ink Namespace