RFSMatchFacesResponse
Objective-C
@interface RFSMatchFacesResponse : NSObject
Swift
class MatchFacesResponse : NSObject
The response from the RFSMatchFacesRequest.
-
Undocumented
Declaration
Objective-C
@property(readonly, nonatomic, copy, nullable) NSString *tagSwift
var tag: String? { get } -
The error describes a failed match faces request and contains
RFSMatchFacesErrorCodecodes. This error belongs to theRFSMatchFacesErrorDomain.Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSError *error;Swift
var error: Error? { get } -
Face comparison results with score and similarity values.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) NSArray<RFSMatchFacesComparedFacesPair *> *results;Swift
var results: [RFSMatchFacesComparedFacesPair] { get } -
Face detection results for each given image.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) NSArray<RFSMatchFacesDetection *> *detections;Swift
var detections: [RFSMatchFacesDetection] { get } -
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE