Struct rusoto_rekognition::IndexFacesResponse [] [src]

pub struct IndexFacesResponse {
    pub face_records: Option<FaceRecordList>,
    pub orientation_correction: Option<OrientationCorrection>,
}

Fields

An array of faces detected and added to the collection. For more information, see howitworks-index-faces.

The orientation of the input image (counterclockwise direction). If your application displays the image, you can use this value to correct image orientation. The bounding box coordinates returned in FaceRecords represent face locations before the image orientation is corrected.

If the source image is in jpeg format, it might contain exchangeable image (Exif) metadata. If so, and the Exif metadata populates the orientation field, the value of OrientationCorrection is nil and the bounding box coordinates in FaceRecords represent face locations after Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.

Trait Implementations

impl Default for IndexFacesResponse
[src]

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

impl Debug for IndexFacesResponse
[src]

Formats the value using the given formatter.

impl Clone for IndexFacesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more