AWSRekognitionFaceRecord

Objective-C

@interface AWSRekognitionFaceRecord

Swift

class AWSRekognitionFaceRecord

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

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

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSRekognitionFace *_Nullable face;

    Swift

    var face: AWSRekognitionFace? { get set }
  • Structure containing attributes of the face that the algorithm detected.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSRekognitionFaceDetail *_Nullable faceDetail;

    Swift

    var faceDetail: AWSRekognitionFaceDetail? { get set }