| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Pose |
Pose.clone() |
Pose |
ComparedFace.getPose()
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
Pose |
FaceDetail.getPose()
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
Pose |
Pose.withPitch(Float pitch)
Value representing the face rotation on the pitch axis.
|
Pose |
Pose.withRoll(Float roll)
Value representing the face rotation on the roll axis.
|
Pose |
Pose.withYaw(Float yaw)
Value representing the face rotation on the yaw axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComparedFace.setPose(Pose pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
void |
FaceDetail.setPose(Pose pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
ComparedFace |
ComparedFace.withPose(Pose pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
FaceDetail |
FaceDetail.withPose(Pose pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
Copyright © 2024. All rights reserved.