Share via


RecognitionResult.GetAlternatesFromSelection Method

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.

Overload List

Name Description
RecognitionResult.GetAlternatesFromSelection () Returns the RecognitionAlternates collection from the best result string of the RecognitionResult object, so that each RecognitionAlternate object in the collection corresponds to only one segment of ink. The returned collection is limited to 10 elements.
RecognitionResult.GetAlternatesFromSelection (Int32, Int32) 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. The returned collection is limited to 10 elements.
RecognitionResult.GetAlternatesFromSelection (Int32, Int32, Int32) 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. The returned collection is limited to a specified size.

See Also

Reference

RecognitionResult Class
RecognitionResult Members
Microsoft.Ink Namespace
GetAlternatesFromSelection
RecognitionAlternates