Struct rusoto_rekognition::Label[][src]

pub struct Label {
    pub confidence: Option<f32>,
    pub name: Option<String>,
}

Structure containing details about the detected label, including name, and level of confidence.

Fields

Level of confidence.

The name (label) of the object.

Trait Implementations

impl Default for Label
[src]

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

impl Debug for Label
[src]

Formats the value using the given formatter. Read more

impl Clone for Label
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Label