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