Class FacePoseResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.FacePoseResult
-
public class FacePoseResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FacePoseResult()FacePoseResult(FacePoseResult 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 StringgetDirection()Get 正脸或侧脸的消息FloatgetPitch()Get 围绕Z轴旋转角度,俯仰角FloatgetRoll()Get 围绕X轴旋转角度,翻滚角FloatgetYaw()Get 围绕Y轴旋转角度,偏航角voidsetDirection(String Direction)Set 正脸或侧脸的消息voidsetPitch(Float Pitch)Set 围绕Z轴旋转角度,俯仰角voidsetRoll(Float Roll)Set 围绕X轴旋转角度,翻滚角voidsetYaw(Float Yaw)Set 围绕Y轴旋转角度,偏航角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
-
FacePoseResult
public FacePoseResult()
-
FacePoseResult
public FacePoseResult(FacePoseResult 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
-
getDirection
public String getDirection()
Get 正脸或侧脸的消息- Returns:
- Direction 正脸或侧脸的消息
-
setDirection
public void setDirection(String Direction)
Set 正脸或侧脸的消息- Parameters:
Direction- 正脸或侧脸的消息
-
getPitch
public Float getPitch()
Get 围绕Z轴旋转角度,俯仰角- Returns:
- Pitch 围绕Z轴旋转角度,俯仰角
-
setPitch
public void setPitch(Float Pitch)
Set 围绕Z轴旋转角度,俯仰角- Parameters:
Pitch- 围绕Z轴旋转角度,俯仰角
-
getRoll
public Float getRoll()
Get 围绕X轴旋转角度,翻滚角- Returns:
- Roll 围绕X轴旋转角度,翻滚角
-
setRoll
public void setRoll(Float Roll)
Set 围绕X轴旋转角度,翻滚角- Parameters:
Roll- 围绕X轴旋转角度,翻滚角
-
getYaw
public Float getYaw()
Get 围绕Y轴旋转角度,偏航角- Returns:
- Yaw 围绕Y轴旋转角度,偏航角
-
setYaw
public void setYaw(Float Yaw)
Set 围绕Y轴旋转角度,偏航角- Parameters:
Yaw- 围绕Y轴旋转角度,偏航角
-
-