Struct rusoto_rekognition::Beard [] [src]

pub struct Beard {
    pub confidence: Option<f32>,
    pub value: Option<bool>,
}

Indicates whether or not the face has a beard, and the confidence level in the determination.

Fields

Level of confidence in the determination.

Boolean value that indicates whether the face has beard or not.

Trait Implementations

impl Default for Beard
[src]

[src]

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

impl Debug for Beard
[src]

[src]

Formats the value using the given formatter.

impl Clone for Beard
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more