Share via


AlternateWordForm.SourceTextSegment Property

Definition

Gets the TextSegment that identifies the source text's sub-string for which this AlternateWordForm object is an alternate.

public:
 property TextSegment SourceTextSegment { TextSegment get(); };
TextSegment SourceTextSegment();
public TextSegment SourceTextSegment { get; }
var textSegment = alternateWordForm.sourceTextSegment;
Public ReadOnly Property SourceTextSegment As TextSegment

Property Value

The TextSegment structure that identifies the word in your provided text.

Applies to

See also