|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.upek.android.ptapi.struct.PtSessionCfgV2
public class PtSessionCfgV2
PT_SESSION_CFG structure version 2
Field Summary | |
---|---|
int |
antispoofingLevel
Level of anti-spoofing security (see PT_ANTISPOOFING_xxxx values) |
int |
callbackLevel
Indicates what amount of GUI callbacks is received during biometric operations (see CALLBACKS_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 |
boolean |
navUseHwDetection
Use Hardware finger detection |
short |
recFingerDownDelay
Timing for finger touch |
short |
recFingerUpDelay
Timing for finger lift |
boolean |
recRemoveBottomup
Remove striation from bottom |
boolean |
recRemoveTopdown
Remove striation from top |
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 |
short |
wffFingerDownDelay
Timing for finger touch |
short |
wffFingerUpDelay
Timing for finger lift |
boolean |
wffUseHwDetection
Use Hardware finger detection |
Constructor Summary | |
---|---|
PtSessionCfgV2()
|
Method Summary | |
---|---|
PtSessionCfgV2 |
clone()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int antispoofingLevel
public int callbackLevel
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 boolean navUseHwDetection
public short recFingerDownDelay
public short recFingerUpDelay
public boolean recRemoveBottomup
public boolean recRemoveTopdown
public boolean recUseHwDetection
public int securitySetting
public boolean sensorDisabling
public boolean subSample
public byte subWindowArea
public boolean wakeUpByFinger
public short wffFingerDownDelay
public short wffFingerUpDelay
public boolean wffUseHwDetection
Constructor Detail |
---|
public PtSessionCfgV2()
Method Detail |
---|
public PtSessionCfgV2 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 |