Property StartOffset
StartOffset
Returns this Token's starting offset, the position of the first character corresponding to this token in the source text.
Note that the difference between EndOffset and StartOffset may not be equal to termText.Length, as the term text may have been altered by a stemmer or some other filter.
Declaration
int StartOffset { get; }
Property Value
Type | Description |
---|---|
System.Int32 |