Share via


RecognitionAlternate Members

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

Public Properties

  Name Description
Public property Ascender Gets the ascender line for a RecognitionAlternate object that represents a single line of text.
Public property Baseline Gets the baseline for a RecognitionAlternate object that represents a single line of text.
Public property Confidence Gets the level of confidence that a recognizer has in the recognition of a RecognitionAlternate object.
Public property ConfidenceAlternates Gets the collection of alternates where the current alternate is split into a collection of smaller alternates.
Public property Descender Gets the descender line for a RecognitionAlternate object that represents a single line of text.
Public property LineAlternates Gets the RecognitionAlternates collection in which each alternate in the collection is on a separate line.
Public property LineNumber Gets the line number that the recognition alternate corresponds to in the recognition result.
Public property Midline Gets the midline for a RecognitionAlternate object that represents a single line of text.
Public property Strokes Gets the Strokes collection that was used by the recognizer to generate the RecognitionAlternate object.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method AlternatesWithConstantPropertyValues Returns a RecognitionAlternates collection that is made of a division of the RecognitionAlternate object on which this method is called.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetPropertyValue Returns the value of a specified RecognitionProperty of the RecognitionAlternate object.
Public method GetStrokesFromStrokeRanges Returns the smallest Strokes collection that contains a known Strokes collection and for which the recognizer can provide alternates.
Public method GetStrokesFromTextRange Returns the Strokes collection that corresponds to the smallest set of recognition segment that contains a specified character range within the alternate.
Public method GetTextRangeFromStrokes Determines the smallest range of recognized text for which the recognizer can return an alternate that contains a known Strokes collection.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString Overridden. Returns a string that represents the current RecognitionAlternate 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

RecognitionAlternate Class
Microsoft.Ink Namespace
RecognitionAlternates
Recognizer
RecognitionProperty