Struct rusoto_rekognition::Pose[][src]

pub struct Pose {
    pub pitch: Option<f32>,
    pub roll: Option<f32>,
    pub yaw: Option<f32>,
}

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

Fields

Value representing the face rotation on the pitch axis.

Value representing the face rotation on the roll axis.

Value representing the face rotation on the yaw axis.

Trait Implementations

impl Default for Pose
[src]

Returns the "default value" for a type. Read more

impl Debug for Pose
[src]

Formats the value using the given formatter. Read more

impl Clone for Pose
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Pose
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Pose

impl Sync for Pose