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