Uses of Class
com.tencentcloudapi.ticm.v20181127.models.Candidate
-
Packages that use Candidate Package Description com.tencentcloudapi.ticm.v20181127.models -
-
Uses of Candidate in com.tencentcloudapi.ticm.v20181127.models
Methods in com.tencentcloudapi.ticm.v20181127.models that return Candidate Modifier and Type Method Description Candidate[]FaceResult. getCandidates()Get 候选人列表。当前返回相似度最高的候选人。Methods in com.tencentcloudapi.ticm.v20181127.models with parameters of type Candidate Modifier and Type Method Description voidFaceResult. setCandidates(Candidate[] Candidates)Set 候选人列表。当前返回相似度最高的候选人。Constructors in com.tencentcloudapi.ticm.v20181127.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.
-