Struct rusoto_rekognition::EyeOpen[][src]

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

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. Read more

impl Clone for EyeOpen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for EyeOpen