Class CorrectData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecc.v20181213.models.CorrectData
-
public class CorrectData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CorrectData()CorrectData(CorrectData 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Get 综合评价FloatgetScore()Get 总得分ScoreCategorygetScoreCat()Get 各项得分详情SentenceCom[]getSentenceComments()Get 句子点评voidsetComment(String Comment)Set 综合评价voidsetScore(Float Score)Set 总得分voidsetScoreCat(ScoreCategory ScoreCat)Set 各项得分详情voidsetSentenceComments(SentenceCom[] SentenceComments)Set 句子点评voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CorrectData
public CorrectData()
-
CorrectData
public CorrectData(CorrectData 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.
-
-
Method Detail
-
getScore
public Float getScore()
Get 总得分- Returns:
- Score 总得分
-
setScore
public void setScore(Float Score)
Set 总得分- Parameters:
Score- 总得分
-
getScoreCat
public ScoreCategory getScoreCat()
Get 各项得分详情- Returns:
- ScoreCat 各项得分详情
-
setScoreCat
public void setScoreCat(ScoreCategory ScoreCat)
Set 各项得分详情- Parameters:
ScoreCat- 各项得分详情
-
getComment
public String getComment()
Get 综合评价- Returns:
- Comment 综合评价
-
setComment
public void setComment(String Comment)
Set 综合评价- Parameters:
Comment- 综合评价
-
getSentenceComments
public SentenceCom[] getSentenceComments()
Get 句子点评- Returns:
- SentenceComments 句子点评
-
setSentenceComments
public void setSentenceComments(SentenceCom[] SentenceComments)
Set 句子点评- Parameters:
SentenceComments- 句子点评
-
-