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


InkAnalyzer.GetRecognizedString - метод

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

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

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink.Analysis (в Microsoft.Ink.Analysis.dll)

Синтаксис

'Декларация
Public Function GetRecognizedString As String
'Применение
Dim instance As InkAnalyzer
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 InkAnalyzer, theInkAnalyzer, and sets the text of a System.Windows.Forms.TextBox, theResultsTextBox.

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

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

InkAnalyzer Класс

InkAnalyzer - члены

Microsoft.Ink - пространство имен