Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult Class Reference

Properties

string type [get, set]
 Entity type More...
 
float relevance [get, set]
 Relevance score from 0 to 1. Higher values indicate greater relevance More...
 
int count [get, set]
 How many times the entity was mentioned in the text More...
 
string text [get, set]
 The name of the entity More...
 
EmotionScores emotion [get, set]
 Emotion analysis results for the entity, enabled with the "emotion" option More...
 
FeatureSentimentResults sentiment [get, set]
 Sentiment analysis results for the entity, enabled with the "sentiment" option More...
 
DisambiguationResult disambiguation [get, set]
 Disambiguation information for the entity More...
 

Property Documentation

int IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult.count
getset

How many times the entity was mentioned in the text

DisambiguationResult IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult.disambiguation
getset

Disambiguation information for the entity

EmotionScores IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult.emotion
getset

Emotion analysis results for the entity, enabled with the "emotion" option

float IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult.relevance
getset

Relevance score from 0 to 1. Higher values indicate greater relevance

FeatureSentimentResults IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult.sentiment
getset

Sentiment analysis results for the entity, enabled with the "sentiment" option

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult.text
getset

The name of the entity

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesResult.type
getset

Entity type


The documentation for this class was generated from the following file: