public class HeadPose extends AbstractModel
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 Pitch.
|
Long |
getRoll()
Get Roll.
|
Long |
getYaw()
Get Yaw.
|
void |
setPitch(Long Pitch)
Set Pitch.
|
void |
setRoll(Long Roll)
Set Roll.
|
void |
setYaw(Long Yaw)
Set Yaw.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HeadPose()
public HeadPose(HeadPose source)
public Long getPitch()
public void setPitch(Long Pitch)
Pitch
- Pitch. Value range: [-30,30].public Long getYaw()
public void setYaw(Long Yaw)
Yaw
- Yaw. Value range: [-30,30].public Long getRoll()
public void setRoll(Long Roll)
Roll
- Roll. Value range: [-180,180].Copyright © 2023. All rights reserved.