WordSegment.AlternateForms 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 alternate forms (if any) associated with the current word.
Alternate forms are loosely associated with the current word. An alternate form may encompass less text, more text, or the same text as the original word.
public:
property IVectorView<AlternateWordForm ^> ^ AlternateForms { IVectorView<AlternateWordForm ^> ^ get(); };
IVectorView<AlternateWordForm> AlternateForms();
public IReadOnlyList<AlternateWordForm> AlternateForms { get; }
var iVectorView = wordSegment.alternateForms;
Public ReadOnly Property AlternateForms As IReadOnlyList(Of AlternateWordForm)
Property Value
A collection of AlternateWordForm objects that represent alternate forms of the current word.