AWSRekognitionComparedSourceImageFace
Objective-C
@interface AWSRekognitionComparedSourceImageFace
Swift
class AWSRekognitionComparedSourceImageFace
Type that describes the face Amazon Rekognition chose to compare with the faces in the target. This contains a bounding box for the selected face and confidence level that the bounding box contains a face. Note that Amazon Rekognition selects the largest face in the source image for this comparison.
-
Bounding box of the face.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionBoundingBox *_Nullable boundingBox;
Swift
var boundingBox: AWSRekognitionBoundingBox? { get set }
-
Confidence level that the selected bounding box contains a face.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;
Swift
var confidence: NSNumber? { get set }