BiometricVerificationRule class

Represents a biometric verification rule.

Implemented types

Constructors

BiometricVerificationRule()
Creates a new instance of the BiometricVerificationRule class.
BiometricVerificationRule.fromHandle(Pointer<id3BiosealBiometricVerificationRule> handle)
Creates a new instance of the BiometricVerificationRule class.

Properties

count int
The number of biometric samples of the specified type to be verified.
no setter
dataType BiometricDataType
The type of biometric data to be used for verification.
no setter
handle Pointer<id3BiosealBiometricVerificationRule>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold int
The biometric decision threshold.
no setter

Methods

dispose() → void
Releases all resources used by this BiometricVerificationRule.
getCount() int
Gets the the number of biometric samples of the specified type to be verified.
getDataType() BiometricDataType
Gets the the type of biometric data to be used for verification.
getThreshold() int
Gets the the biometric decision threshold.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited