Class NamedEntityRecognitionResult
Definition
- Assembly:
- Tizen.Nlp.dll
This class contains result of named entity recognition.
C#Copypublic class NamedEntityRecognitionResult
- Inheritance
-
objectNamedEntityRecognitionResult
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> |