Phingers Result
List of component output parameters
Last updated
List of component output parameters
Returns a number from the operation result. Possible values:
1: The operation was successful.
2: An error has occurred, which will be indicated in the string errorType and, optionally, an extra information message will be shown in the property errorMessage.
Returns a description of the operation result. Possible values:
STATUS_OK: The operation was successful.
STATUS_ERROR: An error has occurred, which will be indicated in the string errorType(errorDiagnostic for Flutter) and, optionally, an extra information message will be shown in the property errorMessage.
Indicates why the component failed.
Indicates an additional error message. It is an optional value.
Returns an Array with the following results:
Returns an integer that represents the captured item. This value is set according to the instructions of NIST_POS_CODE.
Contains the processed image.
The fingerprint in WSQ format.
Returns the number of minutiae found in the biometric capture.
Integer representing the quality of the processed item.
Integer representing the quality of the processed item using NIST standards.
Integer representing the quality of the processed item using an alternative version of the NIST standards.
Contains a value of the confidence indicator in the capture.
Contains the generated template.
Returns an Array with the following results:
Returns an integer that represents the captured item. This value is set according to the instructions of NIST_POS_CODE.
Contains the processed image.
Contains a value of the confidence indicator in the capture.
Last updated