For the complete documentation index, see llms.txt. This page is also available as Markdown.

Phingers Result

List of component output parameters

finishStatus

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.

finishStatusDescription

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.

errorType or errorDiagnostic(only for Flutter)

Indicates why the component failed.

errorMessage

Indicates an additional error message. It is an optional value.

fingers

Returns an Array with the following results:

position

Returns an integer that represents the captured item. This value is set according to the instructions of NIST_POS_CODE.

displayImage

Contains the processed image.

wsq

The fingerprint in WSQ format.

minutiaesNumber

Returns the number of minutiae found in the biometric capture.

quality

Integer representing the quality of the processed item.

nistQuality

Integer representing the quality of the processed item using NIST standards.

nist2Quality

Integer representing the quality of the processed item using an alternative version of the NIST standards.

livenessScore

Contains a value of the confidence indicator in the capture.

template

Contains the generated template.

slapImages

Returns an Array with the following results:

position

Returns an integer that represents the captured item. This value is set according to the instructions of NIST_POS_CODE.

image

Contains the processed image.

livenessScore

Contains a value of the confidence indicator in the capture.

Last updated