Property StartOffset
StartOffset
Gets or sets 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 Term
Declaration
public virtual int StartOffset { get; set; }
Property Value
Type | Description |
---|---|
System. |