Compartir a través de


RecognitionResult Members

The following tables list the members exposed by the RecognitionResult type.

Public Fields

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

Top

Public 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

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (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)
Public method ModifyTopAlternate Modifies the RecognitionResult object with a known RecognitionAlternate object.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method SetResultOnStrokes Assigns the RecognitionResult object to the Strokes collection that was used to generate the results.
Public method ToString Overridden. Returns a string that represents the TopAlternate property of the current RecognitionResult object.

Top

Protected Methods

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

See Also

Reference

RecognitionResult Class
Microsoft.Ink Namespace
CustomStrokes
CustomStrokes
Ink
Recognizer
RecognizerContext
Strokes