InkAnalyzer.GetRecognizedString 方法
傳回筆墨分析器中整個內容節點樹狀目錄之辨識作業的最佳結果字串。
命名空間: 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
筆墨分析器中整個內容節點樹狀目錄之辨識作業的最佳結果字串。
備註
這樣做傳回的值會與以 RecognizedString 的 propertyDataId 參數呼叫 RootNode 物件的 GetPropertyData 方法時傳回的值相同。
範例
下列範例會從 InkAnalyzer (theInkAnalyzer) 取得 GetRecognizedString 的結果,並且設定 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