Package | Description |
---|---|
com.tencentcloudapi.nlp.v20190408.models |
Modifier and Type | Method and Description |
---|---|
CorrectionItem[] |
SentenceCorrectionResponse.getCorrectionList()
Get 纠错结果列表。
(注意仅展示错误句子的纠错结果,若句子无错则不展示,若全部待纠错句子都被认为无错,则可能返回数组为空)
|
Modifier and Type | Method and Description |
---|---|
void |
SentenceCorrectionResponse.setCorrectionList(CorrectionItem[] CorrectionList)
Set 纠错结果列表。
(注意仅展示错误句子的纠错结果,若句子无错则不展示,若全部待纠错句子都被认为无错,则可能返回数组为空)
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.