public class FaceInfoResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
FaceInfoResult() |
FaceInfoResult(FaceInfoResult 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 |
---|---|
Float |
getFaceRatio()
Get 人脸尺寸的占比
|
Long |
getFrameHeight()
Get 帧高度
|
Long |
getFrameWidth()
Get 帧宽度
|
Long |
getHeight()
Get 人脸高度
|
Long |
getLeft()
Get 人脸左坐标
|
Long |
getTop()
Get 人脸顶坐标
|
Long |
getWidth()
Get 人脸宽度
|
void |
setFaceRatio(Float FaceRatio)
Set 人脸尺寸的占比
|
void |
setFrameHeight(Long FrameHeight)
Set 帧高度
|
void |
setFrameWidth(Long FrameWidth)
Set 帧宽度
|
void |
setHeight(Long Height)
Set 人脸高度
|
void |
setLeft(Long Left)
Set 人脸左坐标
|
void |
setTop(Long Top)
Set 人脸顶坐标
|
void |
setWidth(Long Width)
Set 人脸宽度
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FaceInfoResult()
public FaceInfoResult(FaceInfoResult source)
public Float getFaceRatio()
public void setFaceRatio(Float FaceRatio)
FaceRatio
- 人脸尺寸的占比public Long getFrameHeight()
public void setFrameHeight(Long FrameHeight)
FrameHeight
- 帧高度public Long getFrameWidth()
public void setFrameWidth(Long FrameWidth)
FrameWidth
- 帧宽度public Long getHeight()
public void setHeight(Long Height)
Height
- 人脸高度public Long getLeft()
public void setLeft(Long Left)
Left
- 人脸左坐标public Long getTop()
public void setTop(Long Top)
Top
- 人脸顶坐标public Long getWidth()
public void setWidth(Long Width)
Width
- 人脸宽度Copyright © 2024. All rights reserved.