RecognitionResult.GetAlternatesFromSelection - метод
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
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.
Список перегрузки
Имя | Описание | |
---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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. |
В начало страницы