Uses of Class
com.tencentcloudapi.ticm.v20181127.models.FaceRect
-
Packages that use FaceRect Package Description com.tencentcloudapi.ticm.v20181127.models -
-
Uses of FaceRect in com.tencentcloudapi.ticm.v20181127.models
Methods in com.tencentcloudapi.ticm.v20181127.models that return FaceRect Modifier and Type Method Description FaceRectFaceResult. getFaceRect()Get 检测出的人脸框位置。Methods in com.tencentcloudapi.ticm.v20181127.models with parameters of type FaceRect Modifier and Type Method Description voidFaceResult. setFaceRect(FaceRect FaceRect)Set 检测出的人脸框位置。Constructors in com.tencentcloudapi.ticm.v20181127.models with parameters of type FaceRect Constructor Description FaceRect(FaceRect 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.
-