public class FaceInfo extends AbstractModel
| Constructor and Description |
|---|
FaceInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getHeight()
Get 人脸框的高度
|
Long |
getWidth()
Get 人脸框的宽度
|
Long |
getX()
Get 人脸框的横坐标
|
Long |
getY()
Get 人脸框的纵坐标
|
void |
setHeight(Long Height)
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, toJsonStringpublic 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 - 人脸框的高度Copyright © 2020. All rights reserved.