InkRecognitionResult.GetTextCandidates Method

Definition

Retrieves the collection of strings identified as potential matches for each word returned by handwriting recognition.

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

Returns

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The recognition matches as a collection of String objects. The most likely candidate is topmost in the collection.

Applies to

See also