# Identification Result

The class `IdentificationResult` will be returned after a successful identification with the following properties:

<table data-header-hidden><thead><tr><th width="285.3333333333333">Property</th><th width="217.2879377431907">Type</th><th>Description</th></tr></thead><tbody><tr><td>Property</td><td>Type</td><td>Description</td></tr><tr><td><code>verificationId</code></td><td>String</td><td>Unique reference ID of the completed identification</td></tr><tr><td><code>documents</code></td><td>[<a href="document-identification-result">DocumentIdentificationResult</a>]</td><td>Array with details of the identification documents</td></tr><tr><td><code>selfieImageFilePath</code></td><td>String</td><td>File path to selfie image</td></tr><tr><td><code>proofOfAddressFilePath</code></td><td>String</td><td>File path to proof of address document</td></tr></tbody></table>
