Share via


WordSegment.SourceTextSegment Property

Definition

Gets the TextSegment that identifies the source text's sub-string that is a word.

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

Property Value

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

Applies to

See also