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]

[src]

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

impl Debug for Gender
[src]

[src]

Formats the value using the given formatter.

impl Clone for Gender
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more