@Generated(value="software.amazon.awssdk:codegen") public final class EyeDirection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EyeDirection.Builder,EyeDirection>
Indicates the direction the eyes are gazing in (independent of the head pose) as determined by its pitch and yaw.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EyeDirection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EyeDirection.Builder |
builder() |
Float |
confidence()
The confidence that the service has in its predicted eye direction.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
pitch()
Value representing eye direction on the pitch axis.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EyeDirection.Builder> |
serializableBuilderClass() |
EyeDirection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
yaw()
Value representing eye direction on the yaw axis.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float yaw()
Value representing eye direction on the yaw axis.
public final Float pitch()
Value representing eye direction on the pitch axis.
public final Float confidence()
The confidence that the service has in its predicted eye direction.
public EyeDirection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EyeDirection.Builder,EyeDirection>public static EyeDirection.Builder builder()
public static Class<? extends EyeDirection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.