Struct rusoto_rekognition::SearchFacesResponse [] [src]

pub struct SearchFacesResponse {
    pub face_matches: Option<FaceMatchList>,
    pub searched_face_id: Option<FaceId>,
}

Fields

An array of faces that matched the input face, along with the confidence in the match.

ID of the face that was searched for matches in a collection.

Trait Implementations

impl Default for SearchFacesResponse
[src]

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

impl Debug for SearchFacesResponse
[src]

Formats the value using the given formatter.

impl Clone for SearchFacesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more