RFSMatchFacesConfiguration
Objective-C
@interface RFSMatchFacesConfiguration
: RFSBaseConfiguration <RFSMatchFacesConfigurationBuilder *> <NSObject>
Swift
class MatchFacesConfiguration : BaseConfiguration<MatchFacesConfigurationBuilder>, NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
@property(readonly, nonatomic, assign) RFSProcessingMode processingMode -
Defines whether the match face request sends a location of a device. Defaults to
true. When set totruethe liveness request to web service will contain thelocationobject within the jsonmetadataobject. The location is used only when permissions are granted and the location is available.Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readonly, getter=isLocationTrackingEnabled) BOOL locationTrackingEnabled;Swift
var isLocationTrackingEnabled: Bool { get }