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