Class ImageRect
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.ImageRect
-
public class ImageRect 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 人体高度。StringgetLabel()Get 分割选项名称。LonggetWidth()Get 人体宽度。LonggetX()Get 左上角横坐标。LonggetY()Get 左上角纵坐标。voidsetHeight(Long Height)Set 人体高度。voidsetLabel(String Label)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
-
ImageRect
public ImageRect()
-
ImageRect
public ImageRect(ImageRect 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- 人体高度。
-
getLabel
public String getLabel()
Get 分割选项名称。- Returns:
- Label 分割选项名称。
-
setLabel
public void setLabel(String Label)
Set 分割选项名称。- Parameters:
Label- 分割选项名称。
-
-