Share via


WordSegment.AlternateForms Property

Definition

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.

Applies to