Uses of Class
com.tencentcloudapi.nlp.v20190408.models.KeywordSentence
-
Packages that use KeywordSentence Package Description com.tencentcloudapi.nlp.v20190408.models -
-
Uses of KeywordSentence in com.tencentcloudapi.nlp.v20190408.models
Methods in com.tencentcloudapi.nlp.v20190408.models that return KeywordSentence Modifier and Type Method Description KeywordSentence[]GenerateKeywordSentenceResponse. getKeywordSentenceList()Get 生成的句子列表。Methods in com.tencentcloudapi.nlp.v20190408.models with parameters of type KeywordSentence Modifier and Type Method Description voidGenerateKeywordSentenceResponse. setKeywordSentenceList(KeywordSentence[] KeywordSentenceList)Set 生成的句子列表。Constructors in com.tencentcloudapi.nlp.v20190408.models with parameters of type KeywordSentence Constructor Description KeywordSentence(KeywordSentence 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.
-