Uses of Class
com.tencentcloudapi.nlp.v20190408.models.SentenceCorrectionRequest
-
Packages that use SentenceCorrectionRequest Package Description com.tencentcloudapi.nlp.v20190408 com.tencentcloudapi.nlp.v20190408.models -
-
Uses of SentenceCorrectionRequest in com.tencentcloudapi.nlp.v20190408
Methods in com.tencentcloudapi.nlp.v20190408 with parameters of type SentenceCorrectionRequest Modifier and Type Method Description SentenceCorrectionResponseNlpClient. SentenceCorrection(SentenceCorrectionRequest req)智能识别并纠正句子中的语法、拼写、用词等错误,确保文本的准确性和可读性。 -
Uses of SentenceCorrectionRequest in com.tencentcloudapi.nlp.v20190408.models
Constructors in com.tencentcloudapi.nlp.v20190408.models with parameters of type SentenceCorrectionRequest Constructor Description SentenceCorrectionRequest(SentenceCorrectionRequest 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.
-