Uses of Class
com.tencentcloudapi.nlp.v20190408.models.CorrectionItem
-
Packages that use CorrectionItem Package Description com.tencentcloudapi.nlp.v20190408.models -
-
Uses of CorrectionItem in com.tencentcloudapi.nlp.v20190408.models
Methods in com.tencentcloudapi.nlp.v20190408.models that return CorrectionItem Modifier and Type Method Description CorrectionItem[]SentenceCorrectionResponse. getCorrectionList()Get 纠错结果列表。 (注意仅展示错误句子的纠错结果,若句子无错则不展示,若全部待纠错句子都被认为无错,则可能返回数组为空)Methods in com.tencentcloudapi.nlp.v20190408.models with parameters of type CorrectionItem Modifier and Type Method Description voidSentenceCorrectionResponse. setCorrectionList(CorrectionItem[] CorrectionList)Set 纠错结果列表。 (注意仅展示错误句子的纠错结果,若句子无错则不展示,若全部待纠错句子都被认为无错,则可能返回数组为空)Constructors in com.tencentcloudapi.nlp.v20190408.models with parameters of type CorrectionItem Constructor Description CorrectionItem(CorrectionItem 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.
-