Uses of Class
com.tencentcloudapi.iai.v20200303.models.FaceDetailInfo
-
Packages that use FaceDetailInfo Package Description com.tencentcloudapi.iai.v20200303.models -
-
Uses of FaceDetailInfo in com.tencentcloudapi.iai.v20200303.models
Methods in com.tencentcloudapi.iai.v20200303.models that return FaceDetailInfo Modifier and Type Method Description FaceDetailInfo[]DetectFaceAttributesResponse. getFaceDetailInfos()Get 人脸信息列表。Methods in com.tencentcloudapi.iai.v20200303.models with parameters of type FaceDetailInfo Modifier and Type Method Description voidDetectFaceAttributesResponse. setFaceDetailInfos(FaceDetailInfo[] FaceDetailInfos)Set 人脸信息列表。Constructors in com.tencentcloudapi.iai.v20200303.models with parameters of type FaceDetailInfo Constructor Description FaceDetailInfo(FaceDetailInfo 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.
-