# Interpretation of Result and Recommended Threshold - Face Plus

### OkayFace Plus - 1:1 Face Verification&#x20;

| Face Verification Status | Description                                                                                                     |
| ------------------------ | --------------------------------------------------------------------------------------------------------------- |
| Pass                     | <p>Confidence Score >= Recommended Threshold<br><em><strong>Note: Recommended Threshold = 75</strong></em> </p> |
| Fail                     | <p>Confidence Score < Recommended Threshold<br><em><strong>Note: Recommended Threshold = 75</strong></em> </p>  |

{% hint style="warning" %}
The Confidence Score of OkayFace will start to decrease if the age gap between the ID card portrait and the selfie of OkayFace is more than 10 years.&#x20;
{% endhint %}

### OkayFace Plus -  Liveness Detection and Capture Liveness

OkayFace Plus will always call the injection detection. Liveness Detection is performed by default. This will be indicated in `imageBestLiveness` and `imageBestCaptureLiveness` in the response

| Key         | Value                                                                                                                                                                    |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| probability | <p>Probability of liveness and capture liveness<br><em><strong>Note: Recommended Threshold = 0.5</strong></em></p>                                                       |
| score       | <p>Linear liveness and capture liveness score: bigger value means more alive,</p><p><em><strong>(Not suggested as a threshold to detect the liveness.)</strong></em></p> |
| error       | Error message from the server                                                                                                                                            |

{% hint style="danger" %}
The response of  "**score**" is NOT suggested to be used for the decision-making for detection results.
{% endhint %}

{% hint style="info" %}
We highly advise analyzing quality value and rejecting inappropriate images.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api2-ekycportal.innov8tif.com/emas-ekyc-portal/centralized-okayface-plus/interpretation-of-result-and-recommended-threshold-face-plus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
