Struct rusoto_rekognition::Gender[][src]

pub struct Gender {
    pub confidence: Option<f32>,
    pub value: Option<String>,
}

Gender of the face and the confidence level in the determination.

Fields

Level of confidence in the determination.

Gender of the face.

Trait Implementations

impl Default for Gender
[src]

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

impl Debug for Gender
[src]

Formats the value using the given formatter. Read more

impl Clone for Gender
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Gender
[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 Gender

impl Sync for Gender