You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::FaceRecord

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#faceTypes::Face

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

Returns:

  • (Types::Face)

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

#face_detailTypes::FaceDetail

Structure containing attributes of the face that the algorithm detected.

Returns:

  • (Types::FaceDetail)

    Structure containing attributes of the face that the algorithm detected.