AWSRekognitionFaceMatch

Objective-C

@interface AWSRekognitionFaceMatch

Swift

class AWSRekognitionFaceMatch

Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.

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

    Declaration

    Objective-C

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

    Swift

    var face: AWSRekognitionFace? { get set }
  • Confidence in the match of this face with the input face.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable similarity;

    Swift

    var similarity: NSNumber? { get set }