You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::Pose

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Indicates the pose of the face as determined by its pitch, roll, and yaw.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#pitchFloat

Value representing the face rotation on the pitch axis.

Returns:

  • (Float)

    Value representing the face rotation on the pitch axis.

#rollFloat

Value representing the face rotation on the roll axis.

Returns:

  • (Float)

    Value representing the face rotation on the roll axis.

#yawFloat

Value representing the face rotation on the yaw axis.

Returns:

  • (Float)

    Value representing the face rotation on the yaw axis.