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