public class DocumentSentimentResults extends GenericModel
Constructor and Description |
---|
DocumentSentimentResults() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Gets the label.
|
java.lang.Double |
getScore()
Gets the score.
|
void |
setLabel(java.lang.String label)
Sets the label.
|
void |
setScore(java.lang.Double score)
Sets the score.
|
equals, hashCode, toString
public java.lang.String getLabel()
public java.lang.Double getScore()
public void setLabel(java.lang.String label)
label
- the new labelpublic void setScore(java.lang.Double score)
score
- the new score