Options
struct Options
FingerPrint capture options.
-
Whether or not to display an instruction screen to the user before initiating finger capture. Default is
true.Declaration
Swift
public var enableInstructionScreen: Bool -
Whether or not to enable debuh mode before initiating finger capture. Default is
false.Declaration
Swift
public var isDebugEnabled: Bool -
Whether or not to capture left hand finger before initiating finger capture. Default is
true.Declaration
Swift
public var isCaptureLeftHand: Bool -
Whether or not to capture index finger while fingerprint capture. Default is
true.Declaration
Swift
public var captureIndexFinger: Bool -
Whether or not to capture middle finger while fingerprint capture. Default is
false.Declaration
Swift
public var captureMiddleFinger: Bool -
Whether or not to capture ring finger while fingerprint capture. Default is
false.Declaration
Swift
public var captureRingFinger: Bool -
Whether or not to capture baby finger while fingerprint capture. Default is
false.Declaration
Swift
public var captureBabyFinger: Bool -
Whether or not to keep index finger after fingerprint capture. Default is
true.Declaration
Swift
public var keepIndexFinger: Bool -
Whether or not to keep middle finger after fingerprint capture. Default is
false.Declaration
Swift
public var keepMiddleFinger: Bool -
Whether or not to keep ring finger after fingerprint capture. Default is
false.Declaration
Swift
public var keepRingFinger: Bool -
Whether or not to keep baby finger after fingerprint capture. Default is
false.Declaration
Swift
public var keepBaby: Bool -
cameraZoom is zoom level of camera while fingerprint capture . Default is
2.Declaration
Swift
public var cameraZoom: Float -
It is the minimun threshold value to capture index finger if max threhsold is ot passed. Default is
40.Declaration
Swift
public var minIndexThrshold: Int -
It is the minimun threshold value to capture middle finger if max threhsold is ot passed. Default is
40.Declaration
Swift
public var minMiddleThrshold: Int -
It is the minimun threshold value to capture ring finger if max threhsold is ot passed. Default is
40.Declaration
Swift
public var minRingThrshold: Int -
It is the minimun threshold value to capture baby finger if max threhsold is ot passed. Default is
40.Declaration
Swift
public var minBabyThrshold: Int -
It is the maximun threshold value to capture index finger. Default is
100.Declaration
Swift
public var maxIndexThrshold: Int -
It is the maximun threshold value to capture middle finger. Default is
100.Declaration
Swift
public var maxMiddleThrshold: Int -
It is the maximun threshold value to capture ring finger. Default is
100.Declaration
Swift
public var maxRingThrshold: Int -
It is the maximun threshold value to capture baby finger. Default is
70.Declaration
Swift
public var maxBabyThrshold: Int