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 *tagSwift
var tag: String? { get } -
Undocumented
Declaration
Objective-C
@property(readonly, nonatomic, copy, nullable) NSString *transactionIdSwift
var transactionId: String? { get } -
Undocumented
Declaration
Objective-C
@property(readonly, nonatomic, copy, nullable) NSNumber *estimatedAgeSwift
@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
RFSLivenessErrorcodes. This error belongs to theRFSLivenessErrorDomain.Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSError *error;Swift
var error: 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