public class BiometricVerificationRule
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
BiometricVerificationRule()
Creates a new instance of the BiometricVerificationRule class.
|
BiometricVerificationRule(long handle)
Creates a new instance of the BiometricVerificationRule class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all resources used by this BiometricVerificationRule.
|
protected void |
finalize()
Finalizer for this class.
|
int |
getCount()
Gets the the number of biometric samples of the specified type to be verified.
|
BiometricDataType |
getDataType()
Gets the the type of biometric data to be used for verification.
|
long |
getHandle()
Gets the native handle.
|
int |
getThreshold()
Gets the the biometric decision threshold.
|
public BiometricVerificationRule()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public BiometricVerificationRule(long handle)
throws BiosealException
handle - Handle to the BiometricVerificationRule.BiosealException - An error has occurred during Bioseal Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public BiometricDataType getDataType() throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public int getCount()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public int getThreshold()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal