Class FaceRect
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.fmu.v20191213.models.FaceRect
-
public class FaceRect extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetHeight()Get 人脸框高度。LonggetWidth()Get 人脸框宽度。LonggetX()Get 人脸框左上角横坐标。LonggetY()Get 人脸框左上角纵坐标。voidsetHeight(Long Height)Set 人脸框高度。voidsetWidth(Long Width)Set 人脸框宽度。voidsetX(Long X)Set 人脸框左上角横坐标。voidsetY(Long Y)Set 人脸框左上角纵坐标。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FaceRect
public FaceRect()
-
FaceRect
public 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.
-
-
Method Detail
-
getX
public Long getX()
Get 人脸框左上角横坐标。- Returns:
- X 人脸框左上角横坐标。
-
setX
public void setX(Long X)
Set 人脸框左上角横坐标。- Parameters:
X- 人脸框左上角横坐标。
-
getY
public Long getY()
Get 人脸框左上角纵坐标。- Returns:
- Y 人脸框左上角纵坐标。
-
setY
public void setY(Long Y)
Set 人脸框左上角纵坐标。- Parameters:
Y- 人脸框左上角纵坐标。
-
getWidth
public Long getWidth()
Get 人脸框宽度。- Returns:
- Width 人脸框宽度。
-
setWidth
public void setWidth(Long Width)
Set 人脸框宽度。- Parameters:
Width- 人脸框宽度。
-
getHeight
public Long getHeight()
Get 人脸框高度。- Returns:
- Height 人脸框高度。
-
setHeight
public void setHeight(Long Height)
Set 人脸框高度。- Parameters:
Height- 人脸框高度。
-
-