Class WordTokenizeResult
Definition
- Assembly:
- Tizen.Nlp.dll
This class contains result of word tokenized.
C#Copypublic class WordTokenizeResult
- Inheritance
-
objectWordTokenizeResult
Properties
Declaration
C#Copypublic IList<string> Tokens { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><string> |