Class FaceInfoResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.FaceInfoResult
-
public class FaceInfoResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetFaceRatio()Get 人脸尺寸的占比LonggetFrameHeight()Get 帧高度LonggetFrameWidth()Get 帧宽度LonggetHeight()Get 人脸高度LonggetLeft()Get 人脸左坐标LonggetTop()Get 人脸顶坐标LonggetWidth()Get 人脸宽度voidsetFaceRatio(Float FaceRatio)Set 人脸尺寸的占比voidsetFrameHeight(Long FrameHeight)Set 帧高度voidsetFrameWidth(Long FrameWidth)Set 帧宽度voidsetHeight(Long Height)Set 人脸高度voidsetLeft(Long Left)Set 人脸左坐标voidsetTop(Long Top)Set 人脸顶坐标voidsetWidth(Long Width)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
-
FaceInfoResult
public FaceInfoResult()
-
FaceInfoResult
public 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.
-
-
Method Detail
-
getFaceRatio
public Float getFaceRatio()
Get 人脸尺寸的占比- Returns:
- FaceRatio 人脸尺寸的占比
-
setFaceRatio
public void setFaceRatio(Float FaceRatio)
Set 人脸尺寸的占比- Parameters:
FaceRatio- 人脸尺寸的占比
-
getFrameHeight
public Long getFrameHeight()
Get 帧高度- Returns:
- FrameHeight 帧高度
-
setFrameHeight
public void setFrameHeight(Long FrameHeight)
Set 帧高度- Parameters:
FrameHeight- 帧高度
-
getFrameWidth
public Long getFrameWidth()
Get 帧宽度- Returns:
- FrameWidth 帧宽度
-
setFrameWidth
public void setFrameWidth(Long FrameWidth)
Set 帧宽度- Parameters:
FrameWidth- 帧宽度
-
getHeight
public Long getHeight()
Get 人脸高度- Returns:
- Height 人脸高度
-
setHeight
public void setHeight(Long Height)
Set 人脸高度- Parameters:
Height- 人脸高度
-
getLeft
public Long getLeft()
Get 人脸左坐标- Returns:
- Left 人脸左坐标
-
setLeft
public void setLeft(Long Left)
Set 人脸左坐标- Parameters:
Left- 人脸左坐标
-
getTop
public Long getTop()
Get 人脸顶坐标- Returns:
- Top 人脸顶坐标
-
setTop
public void setTop(Long Top)
Set 人脸顶坐标- Parameters:
Top- 人脸顶坐标
-
getWidth
public Long getWidth()
Get 人脸宽度- Returns:
- Width 人脸宽度
-
setWidth
public void setWidth(Long Width)
Set 人脸宽度- Parameters:
Width- 人脸宽度
-
-