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 BiometricDataType
in The biometric data type.

biometric_format str
in 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 BiometricDataType
in The biometric data type.

biometricFormat String
in 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 BiometricDataType
in The biometric data type.

biometricFormat string
in 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 BiometricDataType
in The biometric data type.

biometricFormat String
in 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 BiometricDataType
in The biometric data type.

biometricFormat String
in 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

in Handle to the Field object.

eBiometricDataType id3BiosealBiometricDataType
in 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

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