@Generated(value="software.amazon.awssdk:codegen") public final class Pose extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Pose.Builder,Pose>
Indicates the pose of the face as determined by its pitch, roll, and yaw.
Modifier and Type | Class and Description |
---|---|
static interface |
Pose.Builder |
Modifier and Type | Method and Description |
---|---|
static Pose.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
pitch()
Value representing the face rotation on the pitch axis.
|
Float |
roll()
Value representing the face rotation on the roll axis.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Pose.Builder> |
serializableBuilderClass() |
Pose.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Float |
yaw()
Value representing the face rotation on the yaw axis.
|
copy
public Float roll()
Value representing the face rotation on the roll axis.
public Float yaw()
Value representing the face rotation on the yaw axis.
public Float pitch()
Value representing the face rotation on the pitch axis.
public Pose.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Pose.Builder,Pose>
public static Pose.Builder builder()
public static Class<? extends Pose.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.