| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
EyeDirection |
EyeDirection.clone() |
EyeDirection |
FaceDetail.getEyeDirection()
Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
|
EyeDirection |
EyeDirection.withConfidence(Float confidence)
The confidence that the service has in its predicted eye direction.
|
EyeDirection |
EyeDirection.withPitch(Float pitch)
Value representing eye direction on the pitch axis.
|
EyeDirection |
EyeDirection.withYaw(Float yaw)
Value representing eye direction on the yaw axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setEyeDirection(EyeDirection eyeDirection)
Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
|
FaceDetail |
FaceDetail.withEyeDirection(EyeDirection eyeDirection)
Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
|
Copyright © 2025. All rights reserved.