Class WordTokenizeResult
Definition
- Assembly:
- Tizen.Nlp.dll
This class contains result of word tokenized.
[Obsolete("Deprecated since API11. Will be removed in API13.")]
public class WordTokenizeResult
- Inheritance
-
objectWordTokenizeResult
Properties
View SourceTokens
The tokens of sentence.
Declaration
[Obsolete("Deprecated since API11. Will be removed in API13.")]
public IList<string> Tokens { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |