Class HeadPose
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iai.v20200303.models.HeadPose
-
public class HeadPose extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getPitch()
Get 上下偏移[-30,30]。Long
getRoll()
Get 平面旋转[-180,180]。Long
getYaw()
Get 左右偏移[-30,30]。void
setPitch(Long Pitch)
Set 上下偏移[-30,30]。void
setRoll(Long Roll)
Set 平面旋转[-180,180]。void
setYaw(Long Yaw)
Set 左右偏移[-30,30]。void
toMap(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
-
HeadPose
public HeadPose()
-
HeadPose
public HeadPose(HeadPose 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
-
getPitch
public Long getPitch()
Get 上下偏移[-30,30]。- Returns:
- Pitch 上下偏移[-30,30]。
-
setPitch
public void setPitch(Long Pitch)
Set 上下偏移[-30,30]。- Parameters:
Pitch
- 上下偏移[-30,30]。
-
getYaw
public Long getYaw()
Get 左右偏移[-30,30]。- Returns:
- Yaw 左右偏移[-30,30]。
-
setYaw
public void setYaw(Long Yaw)
Set 左右偏移[-30,30]。- Parameters:
Yaw
- 左右偏移[-30,30]。
-
getRoll
public Long getRoll()
Get 平面旋转[-180,180]。- Returns:
- Roll 平面旋转[-180,180]。
-
setRoll
public void setRoll(Long Roll)
Set 平面旋转[-180,180]。- Parameters:
Roll
- 平面旋转[-180,180]。
-
-