@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EyeDirection extends Object implements Serializable, Cloneable, StructuredPojo
Indicates the direction the eyes are gazing in (independent of the head pose) as determined by its pitch and yaw.
| Constructor and Description |
|---|
EyeDirection() |
| Modifier and Type | Method and Description |
|---|---|
EyeDirection |
clone() |
boolean |
equals(Object obj) |
Float |
getConfidence()
The confidence that the service has in its predicted eye direction.
|
Float |
getPitch()
Value representing eye direction on the pitch axis.
|
Float |
getYaw()
Value representing eye direction on the yaw axis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConfidence(Float confidence)
The confidence that the service has in its predicted eye direction.
|
void |
setPitch(Float pitch)
Value representing eye direction on the pitch axis.
|
void |
setYaw(Float yaw)
Value representing eye direction on the yaw axis.
|
String |
toString()
Returns a string representation of this object.
|
EyeDirection |
withConfidence(Float confidence)
The confidence that the service has in its predicted eye direction.
|
EyeDirection |
withPitch(Float pitch)
Value representing eye direction on the pitch axis.
|
EyeDirection |
withYaw(Float yaw)
Value representing eye direction on the yaw axis.
|
public void setYaw(Float yaw)
Value representing eye direction on the yaw axis.
yaw - Value representing eye direction on the yaw axis.public Float getYaw()
Value representing eye direction on the yaw axis.
public EyeDirection withYaw(Float yaw)
Value representing eye direction on the yaw axis.
yaw - Value representing eye direction on the yaw axis.public void setPitch(Float pitch)
Value representing eye direction on the pitch axis.
pitch - Value representing eye direction on the pitch axis.public Float getPitch()
Value representing eye direction on the pitch axis.
public EyeDirection withPitch(Float pitch)
Value representing eye direction on the pitch axis.
pitch - Value representing eye direction on the pitch axis.public void setConfidence(Float confidence)
The confidence that the service has in its predicted eye direction.
confidence - The confidence that the service has in its predicted eye direction.public Float getConfidence()
The confidence that the service has in its predicted eye direction.
public EyeDirection withConfidence(Float confidence)
The confidence that the service has in its predicted eye direction.
confidence - The confidence that the service has in its predicted eye direction.public String toString()
toString in class ObjectObject.toString()public EyeDirection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.