Uses of Class
com.tencentcloudapi.iai.v20200303.models.Candidate
-
Packages that use Candidate Package Description com.tencentcloudapi.iai.v20200303.models -
-
Uses of Candidate in com.tencentcloudapi.iai.v20200303.models
Methods in com.tencentcloudapi.iai.v20200303.models that return Candidate Modifier and Type Method Description Candidate[]GroupCandidate. getCandidates()Get 识别出的最相似候选人。Candidate[]Result. getCandidates()Get 识别出的最相似候选人Methods in com.tencentcloudapi.iai.v20200303.models with parameters of type Candidate Modifier and Type Method Description voidGroupCandidate. setCandidates(Candidate[] Candidates)Set 识别出的最相似候选人。voidResult. setCandidates(Candidate[] Candidates)Set 识别出的最相似候选人Constructors in com.tencentcloudapi.iai.v20200303.models with parameters of type Candidate Constructor Description Candidate(Candidate 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.
-