AWSRekognitionComparedFace Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSRekognitionModel.h AWSRekognitionModel.m |
Overview
Provides face metadata for target image faces that are analyzed by CompareFaces
and RecognizeCelebrities
.
boundingBox
Bounding box of the face.
@property (nonatomic, strong) AWSRekognitionBoundingBox *boundingBox
Declared In
AWSRekognitionModel.h
confidence
Level of confidence that what the bounding box contains is a face.
@property (nonatomic, strong) NSNumber *confidence
Declared In
AWSRekognitionModel.h
landmarks
An array of facial landmarks.
@property (nonatomic, strong) NSArray<AWSRekognitionLandmark*> *landmarks
Declared In
AWSRekognitionModel.h
pose
Indicates the pose of the face as determined by its pitch, roll, and yaw.
@property (nonatomic, strong) AWSRekognitionPose *pose
Declared In
AWSRekognitionModel.h
quality
Identifies face image brightness and sharpness.
@property (nonatomic, strong) AWSRekognitionImageQuality *quality
Declared In
AWSRekognitionModel.h