public class HeadPose extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HeadPose() | 
| 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HeadPose()
public HeadPose(HeadPose source)
public Long getPitch()
public void setPitch(Long Pitch)
Pitch - 上下偏移。
- 取值范围:[-30,30]。public Long getYaw()
public void setYaw(Long Yaw)
Yaw - 左右偏移。
- 取值范围:[-30,30]。public Long getRoll()
public void setRoll(Long Roll)
Roll - 平面旋转。
- 取值范围:[-180,180]。Copyright © 2025. All rights reserved.