|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.upek.android.ptapi.struct.PtSessionCfgV1
public class PtSessionCfgV1
PT_SESSION_CFG structure version 1
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 |
byte[] |
reserved
Not used |
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 |
Constructor Summary | |
---|---|
PtSessionCfgV1()
|
Method Summary | |
---|---|
PtSessionCfgV1 |
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 byte[] reserved
public int securitySetting
public boolean sensorDisabling
public boolean subSample
Constructor Detail |
---|
public PtSessionCfgV1()
Method Detail |
---|
public PtSessionCfgV1 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 |