Version

Token Structure Properties

For a list of all members of this type, see Token members.

Public Properties
 NameDescription
Public PropertyIsPartialGets the value indicating whether the Token is a portion of a multi-line token on one line.  
Public PropertyLanguageReturns the Language that was used to produce this token (read-only).  
Public PropertyLengthReturns the length of the string which this token represents.  
Public PropertyOverallOffsetReturns the overall character offset from the beginning of the document to the start of this token (read-only).  
Public PropertySpanRetirnms the span of the token within the document (read-only).  
Public PropertyTerminalSymbolReturns the TerminalSymbol which produced this token.  
Public PropertyTextReturns the text which this token represents.  
See Also