Uses of Class
com.tencentcloudapi.tci.v20190318.models.FaceIdentifyStatistic
-
Packages that use FaceIdentifyStatistic Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of FaceIdentifyStatistic in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return FaceIdentifyStatistic Modifier and Type Method Description FaceIdentifyStatistic[]ImageTaskStatistic. getFaceIdentify()Get 人脸检索统计信息Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type FaceIdentifyStatistic Modifier and Type Method Description voidImageTaskStatistic. setFaceIdentify(FaceIdentifyStatistic[] FaceIdentify)Set 人脸检索统计信息Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type FaceIdentifyStatistic Constructor Description FaceIdentifyStatistic(FaceIdentifyStatistic 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.
-