Struct rusoto_rekognition::FaceRecord[][src]

pub struct FaceRecord {
    pub face: Option<Face>,
    pub face_detail: Option<FaceDetail>,
}

Object containing both the face metadata (stored in the back-end database) and facial attributes that are detected but aren't stored in the database.

Fields

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

Structure containing attributes of the face that the algorithm detected.

Trait Implementations

impl Default for FaceRecord
[src]

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

impl Debug for FaceRecord
[src]

Formats the value using the given formatter. Read more

impl Clone for FaceRecord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for FaceRecord