Click or drag to resize

ISentenceTokens Property

Gets the list of tokens detected within the sentence.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
IList<IToken> Tokens { get; }

Property Value

Type: IListIToken
See Also