RecognitionAlternate Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents the possible word matches for segments of ink that are compared to a recognizer's dictionary.
The RecognitionAlternate type exposes the following members.
Methods
Name | Description | |
---|---|---|
AlternatesWithConstantPropertyValues | Returns a RecognitionAlternates collection that is made of a division of the RecognitionAlternate object on which this method is called. | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPropertyValue | Returns the value of a specified RecognitionProperty of the RecognitionAlternate object. | |
GetStrokesFromStrokeRanges | Returns the smallest Strokes collection that contains a known Strokes collection and for which the recognizer can provide alternates. | |
GetStrokesFromTextRange | Returns the Strokes collection that corresponds to the smallest set of recognition segment that contains a specified character range within the alternate. | |
GetTextRangeFromStrokes | Determines the smallest range of recognized text for which the recognizer can return an alternate that contains a known Strokes collection. | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current RecognitionAlternate object. (Overrides Object.ToString().) |
Top
Properties
Name | Description | |
---|---|---|
Ascender | Gets the ascender line for a RecognitionAlternate object that represents a single line of text. | |
Baseline | Gets the baseline for a RecognitionAlternate object that represents a single line of text. | |
Confidence | Gets the level of confidence that a recognizer has in the recognition of a RecognitionAlternate object. | |
ConfidenceAlternates | Gets the collection of alternates where the current alternate is split into a collection of smaller alternates. | |
Descender | Gets the descender line for a RecognitionAlternate object that represents a single line of text. | |
LineAlternates | Gets the RecognitionAlternates collection in which each alternate in the collection is on a separate line. | |
LineNumber | Gets the line number that the recognition alternate corresponds to in the recognition result. | |
Midline | Gets the midline for a RecognitionAlternate object that represents a single line of text. | |
Strokes | Gets the Strokes collection that was used by the recognizer to generate the RecognitionAlternate object. |
Top