| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static Pose.Builder |
Pose.builder() |
Pose.Builder |
Pose.Builder.pitch(Float pitch)
Value representing the face rotation on the pitch axis.
|
Pose.Builder |
Pose.Builder.roll(Float roll)
Value representing the face rotation on the roll axis.
|
Pose.Builder |
Pose.toBuilder() |
Pose.Builder |
Pose.Builder.yaw(Float yaw)
Value representing the face rotation on the yaw axis.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Pose.Builder> |
Pose.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FaceDetail.Builder |
FaceDetail.Builder.pose(Consumer<Pose.Builder> pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
default ComparedFace.Builder |
ComparedFace.Builder.pose(Consumer<Pose.Builder> pose)
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
Copyright © 2021. All rights reserved.