# FS-Interpretation of Results

### Explanation of Result&#x20;

<table><thead><tr><th width="319.3333333333333">Key</th><th width="435">Value</th></tr></thead><tbody><tr><td>face-><code>account_source</code></td><td>Name of the account that the customer or blacklist belongs to</td></tr><tr><td>face-><code>blacklist</code></td><td>Indicates whether the matched person is in the blacklist or not.</td></tr><tr><td>face-><code>external_person_id</code></td><td>A unique identifier string that is attributed to a unique ID number.</td></tr><tr><td>face-><code>face_id</code></td><td>A unique identifier string that is attributed to a unique face.</td></tr><tr><td>face-><code>image</code></td><td>String denoting the image that was searched.</td></tr><tr><td>face-><code>match_result</code></td><td>Percentage of similarity between the searched person and the matched person.</td></tr><tr><td>face-><code>person_id</code></td><td>The matched person's ID number.</td></tr><tr><td>face-><code>person_name</code></td><td>The matched person's name.</td></tr><tr><td><code>FaceModelVersion</code></td><td>Algorithm model version used for face recognition.</td></tr><tr><td><code>FaceNum</code></td><td>Number of faces included in searched groups.</td></tr><tr><td><code>person_id</code></td><td>The ID number that was searched.</td></tr><tr><td><code>person_name</code></td><td>The name that was searched.</td></tr><tr><td><code>RequestId</code></td><td>The unique request ID, which is returned for each request.</td></tr><tr><td><code>status</code></td><td>Description of the results of this search request.</td></tr><tr><td><code>status_code</code></td><td>Code number that denotes whether the results were fetched successfully or not.</td></tr><tr><td><code>status_message</code></td><td>Message that denotes whether the results were fetched successfully or not</td></tr></tbody></table>

{% hint style="warning" %}

{% endhint %}

{% hint style="info" %}

{% 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-ekycapis.innov8tif.com/okayface-search/okayface-search-all/fs-interpretation-of-results.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.
