Class NamedEntityRecognitionResult
Definition
- Assembly:
- Tizen.Nlp.dll
This class contains result of named entity recognition.
public class NamedEntityRecognitionResult
- Inheritance
-
objectNamed
Entity Recognition Result
Properties
View SourceTags
The tags of sentence.
Declaration
public IList<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
System. |
Tokens
The tokens of sentence.
Declaration
public IList<string> Tokens { get; set; }
Property Value
Type | Description |
---|---|
System. |