BiometricVerificationRule.threshold Property¶
Module: BiometricVerificationRule
Type: int
Definition¶
The biometric decision threshold.
int get threshold => getThreshold();
Exceptions
An error has occurred during Bioseal Library execution.
public int threshold
{
get => Getthreshold();
}
Exceptions
An error has occurred during Bioseal Library execution.
public int getThreshold() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var threshold: Int
get {
return Int(try! getThreshold())
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealBiometricVerificationRule_GetThreshold (ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULE hBiometricVerificationRule, int * threshold)
Returns