Struct rusoto_rekognition::FaceMatch[][src]

pub struct FaceMatch {
    pub face: Option<Face>,
    pub similarity: Option<f32>,
}

Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.

Fields

Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.

Confidence in the match of this face with the input face.

Trait Implementations

impl Default for FaceMatch
[src]

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

impl Debug for FaceMatch
[src]

Formats the value using the given formatter. Read more

impl Clone for FaceMatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for FaceMatch