Uses of Class
com.tencentcloudapi.tci.v20190318.models.FaceIdentifyResult
-
Packages that use FaceIdentifyResult Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of FaceIdentifyResult in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return FaceIdentifyResult Modifier and Type Method Description FaceIdentifyResultImageTaskResult. getFaceIdentify()Get 人脸检索结果Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type FaceIdentifyResult Modifier and Type Method Description voidImageTaskResult. setFaceIdentify(FaceIdentifyResult FaceIdentify)Set 人脸检索结果Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type FaceIdentifyResult Constructor Description FaceIdentifyResult(FaceIdentifyResult 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.
-