Struct rusoto_rekognition::CompareFacesMatch [] [src]

pub struct CompareFacesMatch {
    pub face: Option<ComparedFace>,
    pub similarity: Option<Percent>,
}

Provides information about a face in a target image that matches the source image face analysed by CompareFaces. The Face property contains the bounding box of the face in the target image. The Similarity property is the confidence that the source image face matches the face in the bounding box.

Fields

Provides face metadata (bounding box and confidence that the bounding box actually contains a face).

Level of confidence that the faces match.

Trait Implementations

impl Default for CompareFacesMatch
[src]

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

impl Debug for CompareFacesMatch
[src]

Formats the value using the given formatter.

impl Clone for CompareFacesMatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more