public class CaptureInfo
extends java.lang.Object
implements java.io.Serializable
The CaptureInfo class tells the state, according to the reader, of a fake or legit fingerprint along with the evaluated spoof score.
Constructor and Description |
---|
CaptureInfo() |
CaptureInfo(java.lang.String info) |
Modifier and Type | Method and Description |
---|---|
int |
getScore() |
boolean |
isItFake() |
java.lang.String |
toString() |