Uses of Class
com.tencentcloudapi.nlp.v20190408.models.SentencePair
-
Packages that use SentencePair Package Description com.tencentcloudapi.nlp.v20190408.models -
-
Uses of SentencePair in com.tencentcloudapi.nlp.v20190408.models
Methods in com.tencentcloudapi.nlp.v20190408.models that return SentencePair Modifier and Type Method Description SentencePair[]EvaluateSentenceSimilarityRequest. getSentencePairList()Get 待分析的句子对数组。句子对应不超过1对,仅支持中文文本,原句子与目标句子均应不超过500字符。Methods in com.tencentcloudapi.nlp.v20190408.models with parameters of type SentencePair Modifier and Type Method Description voidEvaluateSentenceSimilarityRequest. setSentencePairList(SentencePair[] SentencePairList)Set 待分析的句子对数组。句子对应不超过1对,仅支持中文文本,原句子与目标句子均应不超过500字符。Constructors in com.tencentcloudapi.nlp.v20190408.models with parameters of type SentencePair Constructor Description SentencePair(SentencePair 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.
-