Struct rusoto_rekognition::EyeOpen [] [src]

pub struct EyeOpen {
    pub confidence: Option<Percent>,
    pub value: Option<Boolean>,
}

Indicates whether or not the eyes on the face are open, and the confidence level in the determination.

Fields

Level of confidence in the determination.

Boolean value that indicates whether the eyes on the face are open.

Trait Implementations

impl Default for EyeOpen
[src]

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

impl Debug for EyeOpen
[src]

Formats the value using the given formatter.

impl Clone for EyeOpen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more