Class WordTokenizeResult
Definition
- Namespace:
- Tizen.Nlp
- Assembly:
- Tizen.Nlp.dll
- API Level:
- 5
This class contains result of word tokenized.
public class WordTokenizeResult
- Inheritance
-
WordTokenizeResult
Properties
View SourceTokens
The tokens of sentence.
Declaration
public IList<string> Tokens { get; set; }
Property Value
Type | Description |
---|---|
IList<String> |