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