InkAnalysisInkWord.TextAlternates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The recognition matches as a collection of String objects. The most likely candidate is topmost in the collection.