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]

[src]

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

impl Debug for Pose
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Pose
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Pose

impl Sync for Pose