RFSFaceCaptureResponse
Objective-C
@interface RFSFaceCaptureResponse : NSObject
Swift
class FaceCaptureResponse : NSObject
The response from the Face Capture module. This object contains either an image or an error.
-
The error describes a failed face capture and contains
RFSFaceCaptureError
codes. This error belongs to theRFSFaceCaptureErrorDomain
.Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSError *error;
Swift
var error: (any Error)? { 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