public class TargetedSentimentResults extends GenericModel
Constructor and Description |
---|
TargetedSentimentResults() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getScore()
Gets the score.
|
java.lang.String |
getText()
Gets the text.
|
void |
setScore(java.lang.Double score)
Sets the score.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.lang.String getText()
public java.lang.Double getScore()
public void setText(java.lang.String text)
text
- the new textpublic void setScore(java.lang.Double score)
score
- the new score