次の方法で共有


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 オブジェクトのコレクションとして一致します。 最も可能性の高い候補は、コレクションの最上位です。

適用対象

こちらもご覧ください