public class ScoreCategory extends AbstractModel
| Constructor and Description |
|---|
ScoreCategory() |
ScoreCategory(ScoreCategory 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 |
|---|---|
Aspect |
getContent()
Get 内容维度
|
Float |
getPercentage()
Get 维度分数占比
|
Float |
getScore()
Get 维度得分
|
Aspect |
getSentences()
Get 句子维度
|
Aspect |
getStructure()
Get 篇章结构维度
|
Aspect |
getWords()
Get 词汇维度
|
void |
setContent(Aspect Content)
Set 内容维度
|
void |
setPercentage(Float Percentage)
Set 维度分数占比
|
void |
setScore(Float Score)
Set 维度得分
|
void |
setSentences(Aspect Sentences)
Set 句子维度
|
void |
setStructure(Aspect Structure)
Set 篇章结构维度
|
void |
setWords(Aspect Words)
Set 词汇维度
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ScoreCategory()
public ScoreCategory(ScoreCategory source)
public Aspect getWords()
public void setWords(Aspect Words)
Words - 词汇维度public Aspect getSentences()
public void setSentences(Aspect Sentences)
Sentences - 句子维度public Aspect getStructure()
public void setStructure(Aspect Structure)
Structure - 篇章结构维度public Aspect getContent()
public void setContent(Aspect Content)
Content - 内容维度public Float getScore()
public void setScore(Float Score)
Score - 维度得分public Float getPercentage()
public void setPercentage(Float Percentage)
Percentage - 维度分数占比Copyright © 2023. All rights reserved.