public class SentimentAnalysis extends Object
| Constructor and Description |
|---|
SentimentAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
SentimentAnalysisDetail |
getDetail() |
String |
getLabel() |
Integer |
getScore() |
void |
setDetail(SentimentAnalysisDetail detail) |
void |
setLabel(String label) |
void |
setScore(Integer score) |
public String getLabel()
public void setLabel(String label)
public Integer getScore()
public void setScore(Integer score)
public SentimentAnalysisDetail getDetail()
public void setDetail(SentimentAnalysisDetail detail)
Copyright © 2024. All rights reserved.