Field.containsBiometricData Method¶
Module: Field
Definition¶
Returns a value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
contains_biometric_data(self, biometric_data_type: BiometricDataType, biometric_format: str) -> bool
Parameters
biometric_data_type
BiometricDataTypein The biometric data type.biometric_format
strin The biometric data format.
Returns
bool
A value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
Exceptions
An error has occurred during Bioseal Library execution.
bool containsBiometricData(BiometricDataType biometricDataType, String? biometricFormat)
Parameters
biometricDataType
BiometricDataTypein The biometric data type.biometricFormat
Stringin The biometric data format.
Returns
bool
A value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
Exceptions
An error has occurred during Bioseal Library execution.
public bool ContainsBiometricData(BiometricDataType biometricDataType, string biometricFormat)
Parameters
biometricDataType
BiometricDataTypein The biometric data type.biometricFormat
stringin The biometric data format.
Returns
bool
A value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
Exceptions
An error has occurred during Bioseal Library execution.
public boolean containsBiometricData(BiometricDataType biometricDataType, String biometricFormat) throws BiosealException
Parameters
biometricDataType
BiometricDataTypein The biometric data type.biometricFormat
Stringin The biometric data format.
Returns
boolean
A value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
Exceptions
An error has occurred during Bioseal Library execution.
public func containsBiometricData(biometricDataType: BiometricDataType, biometricFormat: String) throws -> Bool
Parameters
biometricDataType
BiometricDataTypein The biometric data type.biometricFormat
Stringin The biometric data format.
Returns
Bool
A value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealField_ContainsBiometricData (
ID3_BIOSEAL_FIELD hField,
id3BiosealBiometricDataType eBiometricDataType,
const char * biometricFormat,
bool * result)
Parameters
hField
ID3_BIOSEAL_FIELDin Handle to the Field object.eBiometricDataType
id3BiosealBiometricDataTypein The biometric data type.biometricFormat
const char *in The biometric data format.result
bool *out A value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
Returns