public class ImageRect extends AbstractModel
Constructor and Description |
---|
ImageRect() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getHeight()
Get 人体高度。
|
String |
getLabel()
Get 分割选项名称。
|
Long |
getWidth()
Get 人体宽度。
|
Long |
getX()
Get 左上角横坐标。
|
Long |
getY()
Get 左上角纵坐标。
|
void |
setHeight(Long Height)
Set 人体高度。
|
void |
setLabel(String Label)
Set 分割选项名称。
|
void |
setWidth(Long Width)
Set 人体宽度。
|
void |
setX(Long X)
Set 左上角横坐标。
|
void |
setY(Long Y)
Set 左上角纵坐标。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImageRect()
public ImageRect(ImageRect source)
public Long getX()
public void setX(Long X)
X
- 左上角横坐标。public Long getY()
public void setY(Long Y)
Y
- 左上角纵坐标。public Long getWidth()
public void setWidth(Long Width)
Width
- 人体宽度。public Long getHeight()
public void setHeight(Long Height)
Height
- 人体高度。public String getLabel()
public void setLabel(String Label)
Label
- 分割选项名称。Copyright © 2023. All rights reserved.