Struct rusoto_rekognition::Sunglasses [] [src]

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

Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.

Fields

Level of confidence in the determination.

Boolean value that indicates whether the face is wearing sunglasses or not.

Trait Implementations

impl Default for Sunglasses
[src]

[src]

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

impl Debug for Sunglasses
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Sunglasses
[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 Sunglasses

impl Sync for Sunglasses