RFSLivenessResponse
Objective-C
@interface RFSLivenessResponse : NSObject
Swift
class LivenessResponse : NSObject
The response from the Liveness module.
-
Undocumented
Declaration
Objective-C
@property(readonly, nonatomic, copy, nullable) NSString *tag
Swift
var tag: String? { get }
-
Undocumented
Declaration
Objective-C
@property(readonly, nonatomic, copy, nullable) NSString *transactionId
Swift
var transactionId: String? { get }
-
Undocumented
Declaration
Objective-C
@property(readonly, nonatomic, copy, nullable) NSNumber *estimatedAge
Swift
@NSCopying var estimatedAge: NSNumber? { get }
-
The input image used to determine the liveness.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) UIImage *image;
Swift
var image: UIImage? { get }
-
The status of the Liveness processing.
Declaration
Objective-C
@property (nonatomic, readonly) RFSLivenessStatus liveness;
Swift
var liveness: LivenessStatus { get }
-
The error describes a failed liveness check and contains
RFSLivenessError
codes. This error belongs to theRFSLivenessErrorDomain
.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