Uses of Class
com.tencentcloudapi.nlp.v20190408.models.TextEmbellishResponse
-
Packages that use TextEmbellishResponse Package Description com.tencentcloudapi.nlp.v20190408 com.tencentcloudapi.nlp.v20190408.models -
-
Uses of TextEmbellishResponse in com.tencentcloudapi.nlp.v20190408
Methods in com.tencentcloudapi.nlp.v20190408 that return TextEmbellishResponse Modifier and Type Method Description TextEmbellishResponseNlpClient. TextEmbellish(TextEmbellishRequest req)运用先进的自然语言处理技术,对原始文本进行优化润色,提升文本的通顺性、表达力和语言质量。 -
Uses of TextEmbellishResponse in com.tencentcloudapi.nlp.v20190408.models
Constructors in com.tencentcloudapi.nlp.v20190408.models with parameters of type TextEmbellishResponse Constructor Description TextEmbellishResponse(TextEmbellishResponse 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.
-