public class SentimentAnalysis extends AbstractModel
header, skipSign
Constructor and Description |
---|
SentimentAnalysis() |
SentimentAnalysis(SentimentAnalysis source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Get
|
SentimentDetail |
getDetail()
Get
|
String |
getLabel()
Get
|
String |
getMessage()
Get
|
Long |
getScore()
Get
|
void |
setCode(String Code)
Set
|
void |
setDetail(SentimentDetail Detail)
Set
|
void |
setLabel(String Label)
Set
|
void |
setMessage(String Message)
Set
|
void |
setScore(Long Score)
Set
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SentimentAnalysis()
public SentimentAnalysis(SentimentAnalysis source)
public String getLabel()
public void setLabel(String Label)
Label
- public Long getScore()
public void setScore(Long Score)
Score
- public SentimentDetail getDetail()
public void setDetail(SentimentDetail Detail)
Detail
- public String getCode()
public void setCode(String Code)
Code
- public String getMessage()
public void setMessage(String Message)
Message
- Copyright © 2025. All rights reserved.