Share via


InkAnalysisInkWord.TextAlternates Property

Definition

Gets the collection of strings identified as potential matches of the InkAnalysisInkWord object.

public:
 property IVectorView<Platform::String ^> ^ TextAlternates { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> TextAlternates();
public IReadOnlyList<string> TextAlternates { get; }
var iVectorView = inkAnalysisInkWord.textAlternates;
Public ReadOnly Property TextAlternates As IReadOnlyList(Of String)

Property Value

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