Uses of Class
com.tencentcloudapi.nlp.v20190408.models.GenerateKeywordSentenceResponse
-
Packages that use GenerateKeywordSentenceResponse Package Description com.tencentcloudapi.nlp.v20190408 com.tencentcloudapi.nlp.v20190408.models -
-
Uses of GenerateKeywordSentenceResponse in com.tencentcloudapi.nlp.v20190408
Methods in com.tencentcloudapi.nlp.v20190408 that return GenerateKeywordSentenceResponse Modifier and Type Method Description GenerateKeywordSentenceResponseNlpClient. GenerateKeywordSentence(GenerateKeywordSentenceRequest req)根据提供的关键词,生成简洁明了的关键句子,便于用户快速获取核心观点。 -
Uses of GenerateKeywordSentenceResponse in com.tencentcloudapi.nlp.v20190408.models
Constructors in com.tencentcloudapi.nlp.v20190408.models with parameters of type GenerateKeywordSentenceResponse Constructor Description GenerateKeywordSentenceResponse(GenerateKeywordSentenceResponse 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.
-