Uses of Interface
software.amazon.awssdk.services.rekognition.model.Pose.Builder
-
Packages that use Pose.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Pose.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Pose.Builder Modifier and Type Method Description static Pose.BuilderPose. builder()Pose.BuilderPose.Builder. pitch(Float pitch)Value representing the face rotation on the pitch axis.Pose.BuilderPose.Builder. roll(Float roll)Value representing the face rotation on the roll axis.Pose.BuilderPose. toBuilder()Pose.BuilderPose.Builder. yaw(Float yaw)Value representing the face rotation on the yaw axis.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Pose.Builder Modifier and Type Method Description static Class<? extends Pose.Builder>Pose. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Pose.Builder Modifier and Type Method Description default ComparedFace.BuilderComparedFace.Builder. pose(Consumer<Pose.Builder> pose)Indicates the pose of the face as determined by its pitch, roll, and yaw.default FaceDetail.BuilderFaceDetail.Builder. pose(Consumer<Pose.Builder> pose)Indicates the pose of the face as determined by its pitch, roll, and yaw.
-