BiometricVerificationRule.threshold Property

Module: BiometricVerificationRule

Type: int

Definition

The biometric decision threshold.

threshold: int

Exceptions

An error has occurred during Bioseal Library execution.
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

int
An error code.
See id3BiosealError file for the list of possible error codes.