public class EntitiesResult extends GenericModel
| Constructor and Description | 
|---|
EntitiesResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
getCount()
Gets the count. 
 | 
DisambiguationResult | 
getDisambiguation()
Gets the disambiguation. 
 | 
EmotionScores | 
getEmotion()
Gets the emotion. 
 | 
java.util.List<EntityMention> | 
getMentions()
Gets the mentions. 
 | 
java.lang.Double | 
getRelevance()
Gets the relevance. 
 | 
FeatureSentimentResults | 
getSentiment()
Gets the sentiment. 
 | 
java.lang.String | 
getText()
Gets the text. 
 | 
java.lang.String | 
getType()
Gets the type. 
 | 
equals, hashCode, toStringpublic java.lang.String getType()
public java.lang.String getText()
public java.lang.Double getRelevance()
public java.util.List<EntityMention> getMentions()
public java.lang.Long getCount()
public EmotionScores getEmotion()
public FeatureSentimentResults getSentiment()
public DisambiguationResult getDisambiguation()