Struct rusoto_rekognition::Emotion [] [src]

pub struct Emotion {
    pub confidence: Option<f32>,
    pub type_: Option<String>,
}

The emotions detected on the face, and the confidence level in the determination. For example, HAPPY, SAD, and ANGRY.

Fields

Level of confidence in the determination.

Type of emotion detected.

Trait Implementations

impl Default for Emotion
[src]

[src]

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

impl Debug for Emotion
[src]

[src]

Formats the value using the given formatter.

impl Clone for Emotion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more