Class NamedEntityRecognitionResult

Definition

Namespace:
Tizen.Nlp
Assembly:
Tizen.Nlp.dll

This class contains result of named entity recognition.

C#
Copy
[Obsolete("Deprecated since API11. Will be removed in API13.")] public class NamedEntityRecognitionResult
Inheritance
object
NamedEntityRecognitionResult

Properties

View Source

Tags

The tags of sentence.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Will be removed in API13.")] public IList<string> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>
View Source

Tokens

The tokens of sentence.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Will be removed in API13.")] public IList<string> Tokens { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>