public class EntitiesResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
EntitiesResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getConfidence()
Gets the confidence.
|
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.
|
public java.lang.String getType()
public java.lang.String getText()
public java.lang.Double getRelevance()
public java.lang.Double getConfidence()
public java.util.List<EntityMention> getMentions()
public java.lang.Long getCount()
public EmotionScores getEmotion()
public FeatureSentimentResults getSentiment()
public DisambiguationResult getDisambiguation()