AWSRekognitionSearchFacesResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSRekognitionModel.h AWSRekognitionModel.m |
faceMatches
An array of faces that matched the input face, along with the confidence in the match.
@property (nonatomic, strong) NSArray<AWSRekognitionFaceMatch*> *faceMatches
Declared In
AWSRekognitionModel.h
faceModelVersion
Version number of the face detection model associated with the input collection (CollectionId
).
@property (nonatomic, strong) NSString *faceModelVersion
Declared In
AWSRekognitionModel.h
searchedFaceId
ID of the face that was searched for matches in a collection.
@property (nonatomic, strong) NSString *searchedFaceId
Declared In
AWSRekognitionModel.h