EntitiesResult Class |
[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult"]
Namespace: IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
public class EntitiesResult
The EntitiesResult type exposes the following members.
Name | Description | |
---|---|---|
EntitiesResult | Initializes a new instance of the EntitiesResult class |
Name | Description | |
---|---|---|
count |
How many times the entity was mentioned in the text
| |
disambiguation |
Disambiguation information for the entity
| |
emotion |
Emotion analysis results for the entity, enabled with the "emotion" option
| |
relevance |
Relevance score from 0 to 1. Higher values indicate greater relevance
| |
sentiment |
Sentiment analysis results for the entity, enabled with the "sentiment" option
| |
text |
The name of the entity
| |
type |
Entity type
|