BiometricVerificationRule.count Property¶
Module: BiometricVerificationRule
Type: int
Definition¶
The number of biometric samples of the specified type to be verified.
int get count => getCount();
Exceptions
An error has occurred during Bioseal Library execution.
public int count
{
get => Getcount();
}
Exceptions
An error has occurred during Bioseal Library execution.
public int getCount() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var count: Int
get {
return Int(try! getCount())
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealBiometricVerificationRule_GetCount (ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULE hBiometricVerificationRule, int * count)
Returns