> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-mobile/framework-plugins/extras/phingers/phingers-resultado.md).

# Phingers Result

### 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) <a href="#id-61-recepcion-de-errores" id="id-61-recepcion-de-errores"></a>

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.
