> 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 for the result of the operation. Possible values:

* **1**: The operation was successful.
* **2**: An error has occurred, which will be indicated in the string ***`errorType`*** and, optionally, extra information will be shown in the property ***`errorMessage`***.

### finishStatusDescription

Returns a description of the result of the operation. 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, extra information 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 representing the captured element. This value is set according to the instructions of the 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 element.

#### **nistQuality**

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

#### **nist2Quality**

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

#### **livenessScore**

Contains a value for the confidence indicator in the capture.

#### **template**

Contains the generated template.

### slapImages

Returns an Array with the following results:

#### **position**

Returns an integer representing the captured element. This value is set according to the instructions of the NIST\_POS\_CODE.

#### **image**

Contains the processed image.

#### **livenessScore**

Contains a value for the confidence indicator in the capture.
