Click or drag to resize

EntitiesResult Class

[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult"]

Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1EntitiesResult

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class EntitiesResult

The EntitiesResult type exposes the following members.

Constructors
  NameDescription
Public methodEntitiesResult
Initializes a new instance of the EntitiesResult class
Top
Properties
  NameDescription
Public propertycount
How many times the entity was mentioned in the text
Public propertydisambiguation
Disambiguation information for the entity
Public propertyemotion
Emotion analysis results for the entity, enabled with the "emotion" option
Public propertyrelevance
Relevance score from 0 to 1. Higher values indicate greater relevance
Public propertysentiment
Sentiment analysis results for the entity, enabled with the "sentiment" option
Public propertytext
The name of the entity
Public propertytype
Entity type
Top
See Also