Uses of Class
com.tencentcloudapi.tci.v20190318.models.FaceInfo
-
Packages that use FaceInfo Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of FaceInfo in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return FaceInfo Modifier and Type Method Description FaceInfo[]CreateFaceResponse. getFaceInfoSet()Get 人脸操作结果信息FaceInfo[]CreatePersonResponse. getFaceInfoSet()Get 人脸操作结果信息FaceInfo[]DeleteFaceResponse. getFaceInfoSet()Get 人脸操作结果FaceInfo[]DeletePersonResponse. getFaceInfoSet()Get 人脸信息FaceInfo[]ModifyPersonResponse. getFaceInfoSet()Get 人脸信息Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type FaceInfo Modifier and Type Method Description voidCreateFaceResponse. setFaceInfoSet(FaceInfo[] FaceInfoSet)Set 人脸操作结果信息voidCreatePersonResponse. setFaceInfoSet(FaceInfo[] FaceInfoSet)Set 人脸操作结果信息voidDeleteFaceResponse. setFaceInfoSet(FaceInfo[] FaceInfoSet)Set 人脸操作结果voidDeletePersonResponse. setFaceInfoSet(FaceInfo[] FaceInfoSet)Set 人脸信息voidModifyPersonResponse. setFaceInfoSet(FaceInfo[] FaceInfoSet)Set 人脸信息Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type FaceInfo Constructor Description FaceInfo(FaceInfo 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.
-