Uses of Class
com.tencentcloudapi.ecc.v20181213.models.Aspect
-
Packages that use Aspect Package Description com.tencentcloudapi.ecc.v20181213.models -
-
Uses of Aspect in com.tencentcloudapi.ecc.v20181213.models
Methods in com.tencentcloudapi.ecc.v20181213.models that return Aspect Modifier and Type Method Description AspectScoreCategory. getContent()Get 内容维度AspectScoreCategory. getSentences()Get 句子维度AspectScoreCategory. getStructure()Get 篇章结构维度AspectScoreCategory. getWords()Get 词汇维度Methods in com.tencentcloudapi.ecc.v20181213.models with parameters of type Aspect Modifier and Type Method Description voidScoreCategory. setContent(Aspect Content)Set 内容维度voidScoreCategory. setSentences(Aspect Sentences)Set 句子维度voidScoreCategory. setStructure(Aspect Structure)Set 篇章结构维度voidScoreCategory. setWords(Aspect Words)Set 词汇维度Constructors in com.tencentcloudapi.ecc.v20181213.models with parameters of type Aspect Constructor Description Aspect(Aspect 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.
-