InkRecognitionResult.GetTextCandidates 方法

定义

检索字符串集合,这些字符串被标识为手写识别返回的每个单词的潜在匹配项。

public:
 virtual IVectorView<Platform::String ^> ^ GetTextCandidates() = GetTextCandidates;
IVectorView<winrt::hstring> GetTextCandidates();
public IReadOnlyList<string> GetTextCandidates();
function getTextCandidates()
Public Function GetTextCandidates () As IReadOnlyList(Of String)

返回

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

识别匹配为 String 对象的集合。 最有可能的候选项是集合中最顶层的。

适用于

另请参阅