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 to true the liveness request to web service will contain the location object within the json metadata object. 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 }