|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.upek.android.ptapi.struct.PtSessionCfgV3
public class PtSessionCfgV3
PT_SESSION_CFG structure version 3
Field Summary | |
---|---|
int |
antispoofingLevel
Level of anti-spoofing security (see PT_ANTISPOOFING_xxxx values) |
short |
bioEnrollInputType
Reconstruction type for enrollment (see PT_BIO_INPUT_TYPE_xxxx values) |
short |
bioVerifyInputType
Reconstruction type for verification (see PT_BIO_INPUT_TYPE_xxxx values) |
int |
callbackLevel
Indicates what amount of GUI callbacks is received during biometric operations (see CALLBACKS_xxxx values) |
byte |
consolidationType
Type of consolidation in multienrollment (see PT_CONSOLIDATION_xxxx values) |
short |
enableScanQualityQuery
Bitmask of scan quality modes (see PT_SCANQUALQUERY_xxxx values) |
boolean |
latentDetect
Indicates whether or not latent detection should be activated (valid only for area sensor) |
boolean |
multipleEnroll
Indicates whether or not enrollment should use multiple finger images |
int |
navClickAllowedMovement
Maximum allowed movement for click |
short |
navClickTimeMax
Maximum elapsed time to detect a click |
short |
navClickTimeMin
Minimum elapsed time to detect a click |
short |
navFingerDownDelay
Timing for finger touch |
short |
navFingerUpDelay
Timing for finger lift |
short |
navMovementDelay
Delay before movement detection |
short |
navNavigationType
Navigation type (see PT_NAVTYPE_xxxx values) |
boolean |
navUseHwDetection
Use Hardware finger detection |
byte |
recDigitalGain
Digital gain |
short |
recFingerDownDelay
Timing for finger touch |
short |
recFingerUpDelay
Timing for finger lift |
boolean |
recRemoveBottomup
Remove striation from bottom |
boolean |
recRemoveTopdown
Remove striation from top |
byte |
recRetuning
Enable retuning (see PT_RETUNING_xxxx values) |
short |
recTerminationPolicy
Defines the way, how end of finger scan is determined (see PT_SCAN_TERMINATION_xxxx values) |
boolean |
recUseHwDetection
Use Hardware finger detection |
int |
securitySetting
Security level for templates matching (see PT_MATCH_xxxx values) |
boolean |
sensorDisabling
Indicates whether or not put sensor into sleep mode after each biometric operation |
boolean |
subSample
Indicates wsether or not extraction should sub-sample images |
byte |
subWindowArea
Area of the subwindow in percents of the full area used for extractor |
boolean |
wakeUpByFinger
If PT_TRUE, FM can be woken up from deep sleep by a finger on sensor |
int |
wakeUpByFingerTimeout
Timeout for returning to standby after wake-up by finger (in milliseconds) |
short |
wffFingerDownDelay
Timing for finger touch |
short |
wffFingerUpDelay
Timing for finger lift |
boolean |
wffUseHwDetection
Use Hardware finger detection |
Constructor Summary | |
---|---|
PtSessionCfgV3()
|
Method Summary | |
---|---|
PtSessionCfgV3 |
clone()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int antispoofingLevel
public short bioEnrollInputType
public short bioVerifyInputType
public int callbackLevel
public byte consolidationType
public short enableScanQualityQuery
public boolean latentDetect
public boolean multipleEnroll
public int navClickAllowedMovement
public short navClickTimeMax
public short navClickTimeMin
public short navFingerDownDelay
public short navFingerUpDelay
public short navMovementDelay
public short navNavigationType
public boolean navUseHwDetection
public byte recDigitalGain
public short recFingerDownDelay
public short recFingerUpDelay
public boolean recRemoveBottomup
public boolean recRemoveTopdown
public byte recRetuning
public short recTerminationPolicy
public boolean recUseHwDetection
public int securitySetting
public boolean sensorDisabling
public boolean subSample
public byte subWindowArea
public boolean wakeUpByFinger
public int wakeUpByFingerTimeout
public short wffFingerDownDelay
public short wffFingerUpDelay
public boolean wffUseHwDetection
Constructor Detail |
---|
public PtSessionCfgV3()
Method Detail |
---|
public PtSessionCfgV3 clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |