Uses of Class
software.amazon.awssdk.services.rekognition.model.Pose
-
Packages that use Pose Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Pose in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Pose Modifier and Type Method Description PoseComparedFace. pose()Indicates the pose of the face as determined by its pitch, roll, and yaw.PoseFaceDetail. pose()Indicates the pose of the face as determined by its pitch, roll, and yaw.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Pose Modifier and Type Method Description ComparedFace.BuilderComparedFace.Builder. pose(Pose pose)Indicates the pose of the face as determined by its pitch, roll, and yaw.FaceDetail.BuilderFaceDetail.Builder. pose(Pose pose)Indicates the pose of the face as determined by its pitch, roll, and yaw.
-