Поделиться через


InkAnalyzerBase.GetRecognizedString - метод

Обновлен: Ноябрь 2007

Returns the best-result string of the recognition operation for the entire context node tree in the ink analyzer.

Пространство имен:  System.Windows.Ink.AnalysisCore
Сборка:  IACore (в IACore.dll)

Синтаксис

'Декларация
Public Function GetRecognizedString As String
'Применение
Dim instance As InkAnalyzerBase
Dim returnValue As String

returnValue = instance.GetRecognizedString()
public string GetRecognizedString()
public:
String^ GetRecognizedString()
public String GetRecognizedString()
public function GetRecognizedString() : String

Возвращаемое значение

Тип: System.String
The best-result string of the recognition operation for the entire context node tree in the ink analyzer.

Заметки

This returns the same value as when calling the RootNode object's GetPropertyData method with a propertyDataId parameter of RecognizedString.

Примеры

The following example takes the result of GetRecognizedString from a InkAnalyzerBase, theInkAnalyzer, and sets the text of a System.Windows.Forms.TextBox, theResultsTextBox.

theResultsTextBox.Text = theInkAnalyzerBase.GetRecognizedString()
theResultsTextBox.Text = theInkAnalyzerBase.GetRecognizedString();

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

InkAnalyzerBase Класс

InkAnalyzerBase - члены

System.Windows.Ink.AnalysisCore - пространство имен