# Identification Result

The class `IdentificationResult` will be returned after a successful on-boarding with the following properties:

<table data-header-hidden><thead><tr><th width="237">Getter</th><th>Type</th><th width="150">Nullable</th><th>Description</th></tr></thead><tbody><tr><td>Getter</td><td>Type</td><td>Nullable</td><td>Description</td></tr><tr><td><code>getVerificationId()</code></td><td>String</td><td>No</td><td>Unique reference ID of the completed identification</td></tr><tr><td><code>getDocuments()</code></td><td><a href="identification-document">DocumentIdentificationResult</a>[]</td><td>No</td><td>Array with details of the identification documents</td></tr><tr><td><code>getSelfieImageFilePath()</code></td><td>String</td><td>Yes</td><td>File path to selfie image</td></tr><tr><td><code>getProofOfAddressFilePath()</code></td><td>String</td><td>Yes</td><td>File path to proof of address document</td></tr></tbody></table>

#### Deprecated methods:

`getSelfieFile()` is now deprecated and replaced by `getSelfieImageFilePath()`
