NAV
cURL Python JavaScript Java C#

Introduction

Welcome to Microblink's BlinkId Verify API. This API enables scanning of over 500 international identity documents, including driving licenses, national identity cards, passports, and others.

Here you can find instructions how to setup docker image locally and how to execute recognitions over API. This specification is related to versions 2.0.0 and higher. For previous versions please visit out dockerhub page and check postman colletion.

Use cases

Use case Endpoint to use
Scanning both sides of supported documents or MRZ on passports, visas and other documents, returning the extracted data and document verification results. /docver

Image formats

​ All endpoints accept jpg/jpeg and png formats. The resolution of the image should be at least 1080p (1920×1080 px). Smaller resolutions are accepted, but won't provide optimal results. Larger resolutions are also accepted, but won't improve the scanning process significantly. There is no need to downscale your images before sending them to the API.

Keep in mind that the API is optimized for images taken with mobile phone cameras. Images taken with web cameras, which usually have much lower resolutions, might not perform as well. ​

Image guidelines

​ You can find general image upload guidelines here. Please follow these tips to ensure best possible results.

Third party software

BlinkId Verify API is built as native image with GraalVM Community Edition. License can be found here.

Open source tools

Open source tools are used for the current version and may differ for a previous versions.

Name Version License
ch.qos.logback:logback-core http://www.qos.ch 1.2.10 GNU Lesser General Public License
com.azure:azure-sdk-bom null 1.1.1 null
com.fasterxml.jackson.core:jackson-core https://github.com/FasterXML/jackson-core 2.13.2 The Apache Software License, Version 2.0
com.google.code.gson:gson null 2.8.5 Apache 2.0
io.micrometer:micrometer-core https://github.com/micrometer-metrics/micrometer 1.8.3 The Apache Software License, Version 2.0
io.micrometer:micrometer-registry-prometheus https://github.com/micrometer-metrics/micrometer 1.8.3 The Apache Software License, Version 2.0
io.micronaut.aws:micronaut-aws-bom null 3.2.1 null
io.micronaut.azure:micronaut-azure-bom null 3.2.3 null
io.micronaut.configuration:micronaut-micrometer-core http://micronaut.io 1.3.1 The Apache Software License, Version 2.0
io.micronaut.configuration:micronaut-micrometer-registry-prometheus http://micronaut.io 1.3.1 The Apache Software License, Version 2.0
io.micronaut.email:micronaut-email-bom null 1.2.0 null
io.micronaut.flyway:micronaut-flyway-bom null 5.2.0 null
io.micronaut.gcp:micronaut-gcp-bom null 4.1.1 null
io.micronaut.kotlin:micronaut-kotlin-runtime https://micronaut.io 3.2.2 The Apache Software License, Version 2.0
io.micronaut.kubernetes:micronaut-kubernetes-bom null 3.4.0 null
io.micronaut.mongodb:micronaut-mongo-bom null 4.1.0 null
io.micronaut.mqtt:micronaut-mqtt-bom null 2.1.0 null
io.micronaut.problem:micronaut-problem-json-bom null 2.2.2 null
io.micronaut.reactor:micronaut-reactor https://micronaut.io 2.2.2 The Apache Software License, Version 2.0
io.micronaut.reactor:micronaut-reactor-bom null 2.2.2 null
io.micronaut.redis:micronaut-redis-bom null 5.2.0 null
io.micronaut.rxjava2:micronaut-rxjava2-bom null 1.2.1 null
io.micronaut.rxjava3:micronaut-rxjava3-bom null 2.2.1 null
io.micronaut.security:micronaut-security https://micronaut.io 3.5.0 The Apache Software License, Version 2.0
io.micronaut.security:micronaut-security-annotations https://micronaut.io 3.5.0 The Apache Software License, Version 2.0
io.micronaut.security:micronaut-security-bom null 3.5.0 null
io.micronaut.serde:micronaut-serde-bom null 1.0.1 null
io.micronaut.servlet:micronaut-servlet-bom null 3.2.2 null
io.micronaut.sql:micronaut-sql-bom null 4.2.2 null
io.micronaut.tracing:micronaut-tracing-bom null 4.1.1 null
io.micronaut.views:micronaut-views-bom null 3.2.0 null
io.micronaut:micronaut-core http://micronaut.io 3.4.1 The Apache Software License, Version 2.0
io.micronaut:micronaut-http http://micronaut.io 3.4.1 The Apache Software License, Version 2.0
io.micronaut:micronaut-http-client-core http://micronaut.io 3.4.1 The Apache Software License, Version 2.0
io.micronaut:micronaut-jackson-core http://micronaut.io 3.4.1 The Apache Software License, Version 2.0
io.micronaut:micronaut-json-core http://micronaut.io 3.4.1 The Apache Software License, Version 2.0
io.micronaut:micronaut-management http://micronaut.io 3.4.1 The Apache Software License, Version 2.0
io.micronaut:micronaut-runtime http://micronaut.io 3.4.1 The Apache Software License, Version 2.0
io.micronaut:micronaut-validation http://micronaut.io 3.4.1 The Apache Software License, Version 2.0
io.projectreactor:reactor-core https://github.com/reactor/reactor-core 3.4.15 Apache License, Version 2.0
jakarta.annotation:jakarta.annotation-api https://www.eclipse.org 2.0.0 GPL2 w/ CPE
jakarta.inject:jakarta.inject-api https://www.eclipse.org 2.0.1 The Apache Software License, Version 2.0
javax.annotation:javax.annotation-api https://javaee.github.io/glassfish 1.3.2 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
org.jdbi:jdbi3-bom null 3.20.1 null
org.jetbrains.kotlinx:kotlinx-coroutines-core null 1.5.1 null
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm https://github.com/Kotlin/kotlinx.coroutines 1.5.1 The Apache Software License, Version 2.0
org.mapstruct:mapstruct http://mapstruct.org/mapstruct/ 1.4.2.Final The Apache Software License, Version 2.0
org.slf4j:slf4j-api http://www.slf4j.org 1.7.32 MIT License
org.yaml:snakeyaml https://bitbucket.org/snakeyaml/snakeyaml 1.30 Apache License, Version 2.0

Docker

Self-hosted API docker image can be found on our official dockerhub page.

Docker environment variables

Environment variables are for the current version and may differ for a previous versions.

Mandatory variables are marked with an asterisk (*).

Variable Description Type Default value
LICENSEE* Your licensee String
LICENSE_KEY* Your license key String
PORT Exposed port for API Integer 8080
MAX_REQUEST_SIZE Max http request size String 100MB
GRACEFUL_SHUTDOWN_TIMEOUT Graceful shutdown timeout in duration format. Duration PT15S
WRAPPER_PATH Path for wrapper to override autoconfiguration. Can be used if you want to skip automatic CPU architecture detection. String
WORKER_TIMEOUT_MS Max time waiting for a recognition process to finish. Integer 20000
WORKERS_POOL_SIZE Number of recognition workers in a worker pool. Integer 2
WORKER_CREATION_MS Milliseconds to wait for license check at startup. Lower values will result in faster startup but invalid license will be reported on requests. Integer 100
AVAILABLE_WORKER_TIMEOUT_MS Max time waiting to get available recognition worker from the pool. Integer 10000
ENABLE_METRICS Enable metrics endpoint. Boolean false
ENABLE_HEALTH_ENDPOINTS Enable health, liveness and readiness endpoints. Boolean true
ENABLE_SECURITY Enable basic security. Boolean false
BASIC_AUTH_USERNAME Username for Basic authentication header. String
BASIC_AUTH_PASSWORD Password for Basic authentication header. String
IMAGE_ALLOW_INVALID_CERTIFICATE Whether to allow download of images from Url with invalid certificate. Boolean true
IMAGE_DOWNLOAD_TIMEOUT Max time for image download from provided image Url. Integer 10000
IMAGE_MAX_SIZE_KB Max image size in kilobytes. Integer 20000
IMAGE_URL_PROTOCOLS_ALLOWED Allowed protocols for image download. Comma-separated string http,https
IMAGE_URL_HOSTS_ALLOWED Allowed hosts for image download. Empty value means all hosts are allowed. Comma-separated string
IMAGE_URL_PORTS_ALLOWED Allowed ports for image download. Empty value means all ports are allowed. Comma-separated integer
IMAGE_URL_DIRECTORIES_ALLOWED Allowed directories for image download. Empty value means all directories are allowed. Works only if file protocol is specified. Comma-separated string
ENABLE_REQUEST_SUMMARY Whether to enable request summary in log. Boolean true
ALLOW_CORS Whether to enable CORS. Boolean true
ALLOWED_METHODS CORS allowed methods. Comma-separated string GET,POST,OPTIONS
ALLOWED_ORIGINS CORS allowed origins. Empty value means all origins are allowed. Comma-separated string
PROXY_HOST The host name of the proxy server. String
PROXY_PORT The port number of the proxy server. Integer
TRUST_STORE Trust store path. String
TRUST_STORE_PASSWORD Trust store password. Needed only if a trust store is password protected. String
LOG_OUTPUT Options are STDOUT, FILE, GCP_CONSOLE_JSON String STDOUT

Docker compose

Minimal docker compose sample can be found here

Recommended Docker runtime options for throughput of 1.5 req/s are 4 CPUs, 4 GB of memory and 2 workers (WORKERS_POOL_SIZE).

Basic Authentication

Self-hosted API currently supports basic authentication. To enable it set docker environemnt variable ENABLE_SECURITY to true, and provide BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD environemnt variables. After setup all recognition endpoints require Authentication header in form:

Authorization: 'Basic ' + Base64.encode(username + ':' + password)

Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

Barcode verification endpoint

Barcode Verification

Code samples

# You can also use wget
curl -X POST /barcode \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'X-ClientCustomerId: string'

import requests
headers = {
  'Content-Type': 'application/json',
  'Accept': 'application/json',
  'X-ClientCustomerId': 'string'
}

r = requests.post('/barcode', headers = headers)

print(r.json())

const inputBody = '{
  "imageBack": {
    "imageUrl": "string",
    "imageBase64": "string",
    "imageFile": "string"
  },
  "returnFullDocumentImage": false,
  "screenMatchLevel": "DISABLED",
  "photocopyMatchLevel": "DISABLED",
  "barcodeAnomalyMatchLevel": "DISABLED",
  "imageFormat": "PNG",
  "treatExpirationAsFraud": true,
  "traceId": "string"
}';
const headers = {
  'Content-Type':'application/json',
  'Accept':'application/json',
  'X-ClientCustomerId':'string'
};

fetch('/barcode',
{
  method: 'POST',
  body: inputBody,
  headers: headers
})
.then(function(res) {
    return res.json();
}).then(function(body) {
    console.log(body);
});

URL obj = new URL("/barcode");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("POST");
int responseCode = con.getResponseCode();
BufferedReader in = new BufferedReader(
    new InputStreamReader(con.getInputStream()));
String inputLine;
StringBuffer response = new StringBuffer();
while ((inputLine = in.readLine()) != null) {
    response.append(inputLine);
}
in.close();
System.out.println(response.toString());

using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

/// <<summary>>
/// Example of Http Client
/// <</summary>>
public class HttpExample
{
    private HttpClient Client { get; set; }

    /// <<summary>>
    /// Setup http client
    /// <</summary>>
    public HttpExample()
    {
      Client = new HttpClient();
    }


    /// Make a dummy request
    public async Task MakePostRequest()
    {
      string url = "/barcode";

      string json = @"{
  ""imageBack"": {
    ""imageUrl"": ""string"",
    ""imageBase64"": ""string"",
    ""imageFile"": ""string""
  },
  ""returnFullDocumentImage"": false,
  ""screenMatchLevel"": ""DISABLED"",
  ""photocopyMatchLevel"": ""DISABLED"",
  ""barcodeAnomalyMatchLevel"": ""DISABLED"",
  ""imageFormat"": ""PNG"",
  ""treatExpirationAsFraud"": true,
  ""traceId"": ""string""
}";
      BarcodeVerificationRequest content = JsonConvert.DeserializeObject(json);
      await PostAsync(content, url);


    }

    /// Performs a POST Request
    public async Task PostAsync(BarcodeVerificationRequest content, string url)
    {
        //Serialize Object
        StringContent jsonContent = SerializeObject(content);

        //Execute POST request
        HttpResponseMessage response = await Client.PostAsync(url, jsonContent);
    }



    /// Serialize an object to Json
    private StringContent SerializeObject(BarcodeVerificationRequest content)
    {
        //Serialize Object
        string jsonObject = JsonConvert.SerializeObject(content);

        //Create Json UTF8 String Content
        return new StringContent(jsonObject, Encoding.UTF8, "application/json");
    }

    /// Deserialize object from request response
    private async Task DeserializeObject(HttpResponseMessage response)
    {
        //Read body 
        string responseBody = await response.Content.ReadAsStringAsync();

        //Deserialize Body to object
        var result = JsonConvert.DeserializeObject(responseBody);
    }
}

POST /barcode

Endpoint for document backside barcode analysis

Body parameter

{
  "imageBack": {
    "imageUrl": "string",
    "imageBase64": "string",
    "imageFile": "string"
  },
  "returnFullDocumentImage": false,
  "screenMatchLevel": "DISABLED",
  "photocopyMatchLevel": "DISABLED",
  "barcodeAnomalyMatchLevel": "DISABLED",
  "imageFormat": "PNG",
  "treatExpirationAsFraud": true,
  "traceId": "string"
}

Parameters

Name In Type Required Description
X-ClientCustomerId header string false Custom Id for opt-out. Only valid for licenses with data retention enabled.
body body BarcodeVerificationRequest true none

Example responses

200 Response

{
  "traceId": "string",
  "finishTime": "2019-08-24T14:15:22Z",
  "startTime": "2019-08-24T14:15:22Z",
  "version": {
    "apiVersion": "string",
    "coreVersion": "string"
  },
  "data": {
    "processingStatus": "NOT_AVAILABLE",
    "overallFraudCheck": {
      "performedChecks": 0,
      "result": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dataCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "matchCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "firstNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "lastNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "fullNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "addressMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "placeOfBirthMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "raceMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "religionMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "professionMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "maritalStatusMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "residentialStatusMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "employerMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfBirthMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfIssueMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfExpiryMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "personalIdNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentAdditionalNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentOptionalAdditionalNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        }
      },
      "logicCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "dateLogicCheck": {
          "overall": "NOT_PERFORMED",
          "dateOfBirthBeforeDateOfIssueCheck": "NOT_PERFORMED",
          "dateOfBirthBeforeDateOfExpiryCheck": "NOT_PERFORMED",
          "dateOfIssueBeforeDateOfExpiryCheck": "NOT_PERFORMED",
          "dateOfBirthInPastCheck": "NOT_PERFORMED",
          "dateOfIssueInPastCheck": "NOT_PERFORMED"
        },
        "mrzCheck": {
          "overall": "NOT_PERFORMED",
          "parsed": "NOT_PERFORMED",
          "checkDigits": "NOT_PERFORMED"
        },
        "documentNumberLogic": {
          "overall": "NOT_PERFORMED"
        },
        "personalIdNumberLogic": {
          "overall": "NOT_PERFORMED"
        }
      },
      "formatCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "dateOfBirthCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfExpiryCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfIssueCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentAdditionalNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentOptionalAdditionalNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "personalIdNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "additionalPersonalIdNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "sexCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "nationalityCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "issuingAuthorityCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "maritalStatusCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "religionCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "classEffectiveDateCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "classExpiryDateCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        }
      },
      "barcodeAnomalyCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "contentCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "readCheck": "NOT_PERFORMED"
      },
      "suspiciousDataCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "sampleStringCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "suspiciousNumberCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "dataIntegrityCheck": "NOT_PERFORMED"
    },
    "documentLivenessCheck": {
      "overall": "NOT_PERFORMED",
      "screenCheck": {
        "result": "NOT_PERFORMED",
        "matchLevel": "DISABLED",
        "satisfiedMatchLevel": "DISABLED"
      },
      "photocopyCheck": {
        "result": "NOT_PERFORMED",
        "matchLevel": "DISABLED",
        "satisfiedMatchLevel": "DISABLED"
      },
      "handPresenceCheck": "NOT_PERFORMED"
    },
    "visualCheck": {
      "overall": "NOT_PERFORMED",
      "photoForgeryCheck": "NOT_PERFORMED",
      "securityFeatures": {
        "processingStatus": "NOT_PERFORMED",
        "segmentResult": [
          {
            "rectangleF": {
              "x": 0.1,
              "y": 0.1,
              "width": 0.1,
              "height": 0.1
            },
            "checkResult": "NOT_PERFORMED"
          }
        ],
        "fullDocumentImageBase64": "string",
        "score": 0.1,
        "overall": "NOT_PERFORMED"
      }
    },
    "documentValidityCheck": {
      "expiredCheck": "NOT_PERFORMED",
      "versionCheck": "NOT_PERFORMED"
    },
    "imageQualityCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "clarityCheck": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "blurCheck": "NOT_PERFORMED"
    },
    "extractionResult": {
      "firstName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "lastName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "fullName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "address": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "dateOfIssue": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "documentNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "sex": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "driverLicenseDetailedInfo": {
        "restrictions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "endorsements": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "conditions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClassesInfo": [
          {
            "vehicleClass": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "licenceType": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "effectiveDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            },
            "expiryDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            }
          }
        ]
      },
      "fullDocumentFrontImageBase64": "string",
      "fullDocumentBackImageBase64": "string",
      "faceImageBase64": "string",
      "faceImageLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "additionalNameInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalOptionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "placeOfBirth": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "nationality": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "race": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "religion": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "profession": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "maritalStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "residentialStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "employer": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "personalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentOptionalAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "issuingAuthority": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "mrzData": {
        "rawMrzString": "string",
        "documentCode": "string",
        "issuer": "string",
        "documentNumber": "string",
        "opt1": "string",
        "opt2": "string",
        "gender": "string",
        "nationality": "string",
        "primaryId": "string",
        "secondaryId": "string",
        "alienNumber": "string",
        "applicationReceiptNumber": "string",
        "immigrantCaseNumber": "string",
        "mrzVerified": true,
        "mrzParsed": true,
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "documentType": "UNKNOWN",
        "issuerName": "string",
        "nationalityName": "string"
      },
      "localizedName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "dataMatchResult": {
        "dateOfBirth": "NOT_PERFORMED",
        "dateOfExpiry": "NOT_PERFORMED",
        "documentNumber": "NOT_PERFORMED",
        "documentAdditionalNumber": "NOT_PERFORMED",
        "documentOptionalAdditionalNumber": "NOT_PERFORMED",
        "personalIdNumber": "NOT_PERFORMED",
        "dataMatchResult": "NOT_PERFORMED"
      },
      "dateOfExpiryPermanent": true,
      "scanningFirstSideDone": true,
      "additionalPersonalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "frontViz": {
        "firstName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "lastName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fullName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalNameInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "localizedName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "address": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalOptionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "placeOfBirth": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "nationality": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "race": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "religion": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "profession": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "maritalStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "residentialStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "employer": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sex": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiryPermanent": true,
        "documentNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "personalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalPersonalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentOptionalAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "issuingAuthority": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fathersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "mothersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "bloodType": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sponsor": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "driverLicenseDetailedInfo": {
          "restrictions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "endorsements": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "conditions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClassesInfo": [
            {
              "vehicleClass": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "licenceType": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              }
            }
          ]
        }
      },
      "backViz": {
        "firstName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "lastName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fullName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalNameInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "localizedName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "address": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalOptionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "placeOfBirth": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "nationality": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "race": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "religion": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "profession": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "maritalStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "residentialStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "employer": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sex": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiryPermanent": true,
        "documentNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "personalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalPersonalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentOptionalAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "issuingAuthority": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fathersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "mothersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "bloodType": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sponsor": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "driverLicenseDetailedInfo": {
          "restrictions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "endorsements": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "conditions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClassesInfo": [
            {
              "vehicleClass": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "licenceType": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              }
            }
          ]
        }
      },
      "barcode": {
        "rawDataBase64": "string",
        "stringData": "string",
        "firstName": "string",
        "lastName": "string",
        "middleName": "string",
        "fullName": "string",
        "additionalNameInformation": "string",
        "address": "string",
        "placeOfBirth": "string",
        "nationality": "string",
        "race": "string",
        "religion": "string",
        "profession": "string",
        "maritalStatus": "string",
        "residentialStatus": "string",
        "employer": "string",
        "sex": "string",
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "documentNumber": "string",
        "personalIdNumber": "string",
        "documentAdditionalNumber": "string",
        "issuingAuthority": "string",
        "addressDetailedInfo": {
          "street": "string",
          "postalCode": "string",
          "city": "string",
          "jurisdiction": "string"
        },
        "driverLicenseDetailedInfo": {
          "restrictions": "string",
          "endorsements": "string",
          "vehicleClass": "string",
          "conditions": "string",
          "vehicleClassesInfo": [
            {
              "vehicleClass": "string",
              "licenceType": "string",
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": "string"
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": "string"
              }
            }
          ]
        },
        "extendedElements": [
          {
            "key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
            "value": "string"
          }
        ]
      },
      "frontImageAnalysisResult": {
        "blurred": true,
        "documentImageColorStatus": "NOT_AVAILABLE",
        "documentImageMoireStatus": "NOT_AVAILABLE",
        "faceDetectionStatus": "NOT_AVAILABLE",
        "mrzDetectionStatus": "NOT_AVAILABLE",
        "barcodeDetectionStatus": "NOT_AVAILABLE",
        "cardOrientation": "HORIZONTAL",
        "cardRotation": "ZERO"
      },
      "backImageAnalysisResult": {
        "blurred": true,
        "documentImageColorStatus": "NOT_AVAILABLE",
        "documentImageMoireStatus": "NOT_AVAILABLE",
        "faceDetectionStatus": "NOT_AVAILABLE",
        "mrzDetectionStatus": "NOT_AVAILABLE",
        "barcodeDetectionStatus": "NOT_AVAILABLE",
        "cardOrientation": "HORIZONTAL",
        "cardRotation": "ZERO"
      },
      "processingStatus": "SUCCESS",
      "frontProcessingStatus": "SUCCESS",
      "backProcessingStatus": "SUCCESS",
      "recognitionMode": "NONE",
      "signatureImageBase64": "string",
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "classInfo": {
        "country": "COUNTRY_NONE",
        "region": "REGION_NONE",
        "type": "TYPE_NONE",
        "countryName": "string",
        "isoAlpha3CountryCode": "string",
        "isoAlpha2CountryCode": "string",
        "isoNumericCountryCode": "string"
      },
      "recognitionStatus": "EMPTY",
      "fathersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "mothersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "frontAdditionalProcessingInfo": {
        "missingMandatoryFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "invalidCharacterFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "extraPresentFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ]
      },
      "backAdditionalProcessingInfo": {
        "missingMandatoryFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "invalidCharacterFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "extraPresentFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ]
      },
      "isBelowAgeLimit": true,
      "age": 0
    },
    "recognitionStatus": "EMPTY"
  },
  "executionId": "string"
}

Responses

Status Meaning Description Schema
200 OK Ok DocumentVerificationEndpointResponse
400 Bad Request Bad Request DefaultResponse
403 Forbidden Forbidden DefaultResponse
500 Internal Server Error Internal Server Error DefaultResponse

Recognition endpoints

Document Verification

Code samples

# You can also use wget
curl -X POST /docver/multipart \
  -H 'Content-Type: multipart/form-data' \
  -H 'Accept: application/json' \
  -H 'X-ClientCustomerId: string'

import requests
headers = {
  'Content-Type': 'multipart/form-data',
  'Accept': 'application/json',
  'X-ClientCustomerId': 'string'
}

r = requests.post('/docver/multipart', headers = headers)

print(r.json())

const inputBody = '{
  "requestMetadata": "string",
  "imageFrontFile": "string",
  "imageBackFile": "string",
  "imageBarcodeFile": "string",
  "returnFullDocumentImage": true,
  "returnFaceImage": true,
  "returnSignatureImage": true,
  "returnSecurityFeaturesDocumentImage": true,
  "screenMatchLevel": "DISABLED",
  "photocopyMatchLevel": "DISABLED",
  "barcodeAnomalyMatchLevel": "DISABLED",
  "photoForgeryMatchLevel": "DISABLED",
  "staticSecurityFeaturesMatchLevel": "DISABLED",
  "dataMatchMatchLevel": "DISABLED",
  "verificationSideMode": "MULTI_SIDE",
  "imageFormat": "JPG",
  "treatExpirationAsFraud": true,
  "imageQualityInterpretation": "IGNORE",
  "traceId": "string"
}';
const headers = {
  'Content-Type':'multipart/form-data',
  'Accept':'application/json',
  'X-ClientCustomerId':'string'
};

fetch('/docver/multipart',
{
  method: 'POST',
  body: inputBody,
  headers: headers
})
.then(function(res) {
    return res.json();
}).then(function(body) {
    console.log(body);
});

URL obj = new URL("/docver/multipart");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("POST");
int responseCode = con.getResponseCode();
BufferedReader in = new BufferedReader(
    new InputStreamReader(con.getInputStream()));
String inputLine;
StringBuffer response = new StringBuffer();
while ((inputLine = in.readLine()) != null) {
    response.append(inputLine);
}
in.close();
System.out.println(response.toString());

using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

/// <<summary>>
/// Example of Http Client
/// <</summary>>
public class HttpExample
{
    private HttpClient Client { get; set; }

    /// <<summary>>
    /// Setup http client
    /// <</summary>>
    public HttpExample()
    {
      Client = new HttpClient();
    }


    /// Make a dummy request
    public async Task MakePostRequest()
    {
      string url = "/docver/multipart";


      await PostAsync(null, url);

    }

    /// Performs a POST Request
    public async Task PostAsync(undefined content, string url)
    {
        //Serialize Object
        StringContent jsonContent = SerializeObject(content);

        //Execute POST request
        HttpResponseMessage response = await Client.PostAsync(url, jsonContent);
    }



    /// Serialize an object to Json
    private StringContent SerializeObject(undefined content)
    {
        //Serialize Object
        string jsonObject = JsonConvert.SerializeObject(content);

        //Create Json UTF8 String Content
        return new StringContent(jsonObject, Encoding.UTF8, "application/json");
    }

    /// Deserialize object from request response
    private async Task DeserializeObject(HttpResponseMessage response)
    {
        //Read body 
        string responseBody = await response.Content.ReadAsStringAsync();

        //Deserialize Body to object
        var result = JsonConvert.DeserializeObject(responseBody);
    }
}

POST /docver/multipart

Body parameter

requestMetadata: string
imageFrontFile: string
imageBackFile: string
imageBarcodeFile: string
returnFullDocumentImage: true
returnFaceImage: true
returnSignatureImage: true
returnSecurityFeaturesDocumentImage: true
screenMatchLevel: DISABLED
photocopyMatchLevel: DISABLED
barcodeAnomalyMatchLevel: DISABLED
photoForgeryMatchLevel: DISABLED
staticSecurityFeaturesMatchLevel: DISABLED
dataMatchMatchLevel: DISABLED
verificationSideMode: MULTI_SIDE
imageFormat: JPG
treatExpirationAsFraud: true
imageQualityInterpretation: IGNORE
traceId: string

Parameters

Name In Type Required Description
X-ClientCustomerId header string false Custom Id for opt-out. Only valid for licenses with data retention enabled.
body body object true none
» requestMetadata body string¦null false none
» imageFrontFile body string(binary)¦null false none
» imageBackFile body string(binary)¦null false none
» imageBarcodeFile body string(binary)¦null false none
» returnFullDocumentImage body boolean¦null false none
» returnFaceImage body boolean¦null false none
» returnSignatureImage body boolean¦null false none
» returnSecurityFeaturesDocumentImage body boolean¦null false none
» screenMatchLevel body MatchLevel¦null false none
» photocopyMatchLevel body MatchLevel¦null false none
» barcodeAnomalyMatchLevel body MatchLevel¦null false none
» photoForgeryMatchLevel body MatchLevel¦null false none
» staticSecurityFeaturesMatchLevel body MatchLevel¦null false none
» dataMatchMatchLevel body MatchLevel¦null false none
» verificationSideMode body VerificationSideMode¦null false none
» imageFormat body ImageFormat¦null false none
» treatExpirationAsFraud body boolean¦null false none
» imageQualityInterpretation body ImageQualityInterpretation¦null false none
» traceId body string¦null false none

Enumerated Values

Parameter Value
» screenMatchLevel DISABLED
» screenMatchLevel LEVEL_1
» screenMatchLevel LEVEL_2
» screenMatchLevel LEVEL_3
» screenMatchLevel LEVEL_4
» screenMatchLevel LEVEL_5
» screenMatchLevel LEVEL_6
» screenMatchLevel LEVEL_7
» screenMatchLevel LEVEL_8
» screenMatchLevel LEVEL_9
» screenMatchLevel LEVEL_10
» photocopyMatchLevel DISABLED
» photocopyMatchLevel LEVEL_1
» photocopyMatchLevel LEVEL_2
» photocopyMatchLevel LEVEL_3
» photocopyMatchLevel LEVEL_4
» photocopyMatchLevel LEVEL_5
» photocopyMatchLevel LEVEL_6
» photocopyMatchLevel LEVEL_7
» photocopyMatchLevel LEVEL_8
» photocopyMatchLevel LEVEL_9
» photocopyMatchLevel LEVEL_10
» barcodeAnomalyMatchLevel DISABLED
» barcodeAnomalyMatchLevel LEVEL_1
» barcodeAnomalyMatchLevel LEVEL_2
» barcodeAnomalyMatchLevel LEVEL_3
» barcodeAnomalyMatchLevel LEVEL_4
» barcodeAnomalyMatchLevel LEVEL_5
» barcodeAnomalyMatchLevel LEVEL_6
» barcodeAnomalyMatchLevel LEVEL_7
» barcodeAnomalyMatchLevel LEVEL_8
» barcodeAnomalyMatchLevel LEVEL_9
» barcodeAnomalyMatchLevel LEVEL_10
» photoForgeryMatchLevel DISABLED
» photoForgeryMatchLevel LEVEL_1
» photoForgeryMatchLevel LEVEL_2
» photoForgeryMatchLevel LEVEL_3
» photoForgeryMatchLevel LEVEL_4
» photoForgeryMatchLevel LEVEL_5
» photoForgeryMatchLevel LEVEL_6
» photoForgeryMatchLevel LEVEL_7
» photoForgeryMatchLevel LEVEL_8
» photoForgeryMatchLevel LEVEL_9
» photoForgeryMatchLevel LEVEL_10
» staticSecurityFeaturesMatchLevel DISABLED
» staticSecurityFeaturesMatchLevel LEVEL_1
» staticSecurityFeaturesMatchLevel LEVEL_2
» staticSecurityFeaturesMatchLevel LEVEL_3
» staticSecurityFeaturesMatchLevel LEVEL_4
» staticSecurityFeaturesMatchLevel LEVEL_5
» staticSecurityFeaturesMatchLevel LEVEL_6
» staticSecurityFeaturesMatchLevel LEVEL_7
» staticSecurityFeaturesMatchLevel LEVEL_8
» staticSecurityFeaturesMatchLevel LEVEL_9
» staticSecurityFeaturesMatchLevel LEVEL_10
» dataMatchMatchLevel DISABLED
» dataMatchMatchLevel LEVEL_1
» dataMatchMatchLevel LEVEL_2
» dataMatchMatchLevel LEVEL_3
» dataMatchMatchLevel LEVEL_4
» dataMatchMatchLevel LEVEL_5
» dataMatchMatchLevel LEVEL_6
» dataMatchMatchLevel LEVEL_7
» dataMatchMatchLevel LEVEL_8
» dataMatchMatchLevel LEVEL_9
» dataMatchMatchLevel LEVEL_10
» verificationSideMode MULTI_SIDE
» verificationSideMode FRONT_ONLY
» imageFormat JPG
» imageFormat PNG
» imageQualityInterpretation IGNORE
» imageQualityInterpretation CONSERVATIVE
» imageQualityInterpretation HIGH_ASSURANCE
» imageQualityInterpretation HIGH_CONVERSION
» imageQualityInterpretation VERY_HIGH_CONVERSION

Example responses

200 Response

{
  "traceId": "string",
  "finishTime": "2019-08-24T14:15:22Z",
  "startTime": "2019-08-24T14:15:22Z",
  "version": {
    "apiVersion": "string",
    "coreVersion": "string"
  },
  "data": {
    "processingStatus": "NOT_AVAILABLE",
    "overallFraudCheck": {
      "performedChecks": 0,
      "result": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dataCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "matchCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "firstNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "lastNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "fullNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "addressMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "placeOfBirthMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "raceMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "religionMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "professionMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "maritalStatusMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "residentialStatusMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "employerMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfBirthMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfIssueMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfExpiryMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "personalIdNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentAdditionalNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentOptionalAdditionalNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        }
      },
      "logicCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "dateLogicCheck": {
          "overall": "NOT_PERFORMED",
          "dateOfBirthBeforeDateOfIssueCheck": "NOT_PERFORMED",
          "dateOfBirthBeforeDateOfExpiryCheck": "NOT_PERFORMED",
          "dateOfIssueBeforeDateOfExpiryCheck": "NOT_PERFORMED",
          "dateOfBirthInPastCheck": "NOT_PERFORMED",
          "dateOfIssueInPastCheck": "NOT_PERFORMED"
        },
        "mrzCheck": {
          "overall": "NOT_PERFORMED",
          "parsed": "NOT_PERFORMED",
          "checkDigits": "NOT_PERFORMED"
        },
        "documentNumberLogic": {
          "overall": "NOT_PERFORMED"
        },
        "personalIdNumberLogic": {
          "overall": "NOT_PERFORMED"
        }
      },
      "formatCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "dateOfBirthCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfExpiryCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfIssueCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentAdditionalNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentOptionalAdditionalNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "personalIdNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "additionalPersonalIdNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "sexCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "nationalityCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "issuingAuthorityCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "maritalStatusCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "religionCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "classEffectiveDateCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "classExpiryDateCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        }
      },
      "barcodeAnomalyCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "contentCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "readCheck": "NOT_PERFORMED"
      },
      "suspiciousDataCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "sampleStringCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "suspiciousNumberCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "dataIntegrityCheck": "NOT_PERFORMED"
    },
    "documentLivenessCheck": {
      "overall": "NOT_PERFORMED",
      "screenCheck": {
        "result": "NOT_PERFORMED",
        "matchLevel": "DISABLED",
        "satisfiedMatchLevel": "DISABLED"
      },
      "photocopyCheck": {
        "result": "NOT_PERFORMED",
        "matchLevel": "DISABLED",
        "satisfiedMatchLevel": "DISABLED"
      },
      "handPresenceCheck": "NOT_PERFORMED"
    },
    "visualCheck": {
      "overall": "NOT_PERFORMED",
      "photoForgeryCheck": "NOT_PERFORMED",
      "securityFeatures": {
        "processingStatus": "NOT_PERFORMED",
        "segmentResult": [
          {
            "rectangleF": {
              "x": 0.1,
              "y": 0.1,
              "width": 0.1,
              "height": 0.1
            },
            "checkResult": "NOT_PERFORMED"
          }
        ],
        "fullDocumentImageBase64": "string",
        "score": 0.1,
        "overall": "NOT_PERFORMED"
      }
    },
    "documentValidityCheck": {
      "expiredCheck": "NOT_PERFORMED",
      "versionCheck": "NOT_PERFORMED"
    },
    "imageQualityCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "clarityCheck": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "blurCheck": "NOT_PERFORMED"
    },
    "extractionResult": {
      "firstName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "lastName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "fullName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "address": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "dateOfIssue": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "documentNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "sex": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "driverLicenseDetailedInfo": {
        "restrictions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "endorsements": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "conditions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClassesInfo": [
          {
            "vehicleClass": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "licenceType": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "effectiveDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            },
            "expiryDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            }
          }
        ]
      },
      "fullDocumentFrontImageBase64": "string",
      "fullDocumentBackImageBase64": "string",
      "faceImageBase64": "string",
      "faceImageLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "additionalNameInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalOptionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "placeOfBirth": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "nationality": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "race": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "religion": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "profession": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "maritalStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "residentialStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "employer": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "personalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentOptionalAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "issuingAuthority": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "mrzData": {
        "rawMrzString": "string",
        "documentCode": "string",
        "issuer": "string",
        "documentNumber": "string",
        "opt1": "string",
        "opt2": "string",
        "gender": "string",
        "nationality": "string",
        "primaryId": "string",
        "secondaryId": "string",
        "alienNumber": "string",
        "applicationReceiptNumber": "string",
        "immigrantCaseNumber": "string",
        "mrzVerified": true,
        "mrzParsed": true,
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "documentType": "UNKNOWN",
        "issuerName": "string",
        "nationalityName": "string"
      },
      "localizedName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "dataMatchResult": {
        "dateOfBirth": "NOT_PERFORMED",
        "dateOfExpiry": "NOT_PERFORMED",
        "documentNumber": "NOT_PERFORMED",
        "documentAdditionalNumber": "NOT_PERFORMED",
        "documentOptionalAdditionalNumber": "NOT_PERFORMED",
        "personalIdNumber": "NOT_PERFORMED",
        "dataMatchResult": "NOT_PERFORMED"
      },
      "dateOfExpiryPermanent": true,
      "scanningFirstSideDone": true,
      "additionalPersonalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "frontViz": {
        "firstName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "lastName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fullName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalNameInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "localizedName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "address": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalOptionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "placeOfBirth": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "nationality": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "race": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "religion": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "profession": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "maritalStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "residentialStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "employer": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sex": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiryPermanent": true,
        "documentNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "personalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalPersonalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentOptionalAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "issuingAuthority": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fathersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "mothersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "bloodType": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sponsor": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "driverLicenseDetailedInfo": {
          "restrictions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "endorsements": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "conditions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClassesInfo": [
            {
              "vehicleClass": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "licenceType": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              }
            }
          ]
        }
      },
      "backViz": {
        "firstName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "lastName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fullName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalNameInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "localizedName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "address": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalOptionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "placeOfBirth": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "nationality": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "race": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "religion": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "profession": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "maritalStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "residentialStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "employer": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sex": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiryPermanent": true,
        "documentNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "personalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalPersonalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentOptionalAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "issuingAuthority": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fathersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "mothersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "bloodType": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sponsor": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "driverLicenseDetailedInfo": {
          "restrictions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "endorsements": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "conditions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClassesInfo": [
            {
              "vehicleClass": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "licenceType": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              }
            }
          ]
        }
      },
      "barcode": {
        "rawDataBase64": "string",
        "stringData": "string",
        "firstName": "string",
        "lastName": "string",
        "middleName": "string",
        "fullName": "string",
        "additionalNameInformation": "string",
        "address": "string",
        "placeOfBirth": "string",
        "nationality": "string",
        "race": "string",
        "religion": "string",
        "profession": "string",
        "maritalStatus": "string",
        "residentialStatus": "string",
        "employer": "string",
        "sex": "string",
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "documentNumber": "string",
        "personalIdNumber": "string",
        "documentAdditionalNumber": "string",
        "issuingAuthority": "string",
        "addressDetailedInfo": {
          "street": "string",
          "postalCode": "string",
          "city": "string",
          "jurisdiction": "string"
        },
        "driverLicenseDetailedInfo": {
          "restrictions": "string",
          "endorsements": "string",
          "vehicleClass": "string",
          "conditions": "string",
          "vehicleClassesInfo": [
            {
              "vehicleClass": "string",
              "licenceType": "string",
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": "string"
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": "string"
              }
            }
          ]
        },
        "extendedElements": [
          {
            "key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
            "value": "string"
          }
        ]
      },
      "frontImageAnalysisResult": {
        "blurred": true,
        "documentImageColorStatus": "NOT_AVAILABLE",
        "documentImageMoireStatus": "NOT_AVAILABLE",
        "faceDetectionStatus": "NOT_AVAILABLE",
        "mrzDetectionStatus": "NOT_AVAILABLE",
        "barcodeDetectionStatus": "NOT_AVAILABLE",
        "cardOrientation": "HORIZONTAL",
        "cardRotation": "ZERO"
      },
      "backImageAnalysisResult": {
        "blurred": true,
        "documentImageColorStatus": "NOT_AVAILABLE",
        "documentImageMoireStatus": "NOT_AVAILABLE",
        "faceDetectionStatus": "NOT_AVAILABLE",
        "mrzDetectionStatus": "NOT_AVAILABLE",
        "barcodeDetectionStatus": "NOT_AVAILABLE",
        "cardOrientation": "HORIZONTAL",
        "cardRotation": "ZERO"
      },
      "processingStatus": "SUCCESS",
      "frontProcessingStatus": "SUCCESS",
      "backProcessingStatus": "SUCCESS",
      "recognitionMode": "NONE",
      "signatureImageBase64": "string",
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "classInfo": {
        "country": "COUNTRY_NONE",
        "region": "REGION_NONE",
        "type": "TYPE_NONE",
        "countryName": "string",
        "isoAlpha3CountryCode": "string",
        "isoAlpha2CountryCode": "string",
        "isoNumericCountryCode": "string"
      },
      "recognitionStatus": "EMPTY",
      "fathersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "mothersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "frontAdditionalProcessingInfo": {
        "missingMandatoryFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "invalidCharacterFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "extraPresentFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ]
      },
      "backAdditionalProcessingInfo": {
        "missingMandatoryFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "invalidCharacterFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "extraPresentFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ]
      },
      "isBelowAgeLimit": true,
      "age": 0
    },
    "recognitionStatus": "EMPTY"
  },
  "executionId": "string"
}

Responses

Status Meaning Description Schema
200 OK Ok DocumentVerificationEndpointResponse
400 Bad Request Bad Request DefaultResponse
403 Forbidden Forbidden DefaultResponse
500 Internal Server Error Internal Server Error DefaultResponse

Management Endpoints

getHealth

Code samples

# You can also use wget
curl -X GET /health \
  -H 'Accept: application/json'

import requests
headers = {
  'Accept': 'application/json'
}

r = requests.get('/health', headers = headers)

print(r.json())


const headers = {
  'Accept':'application/json'
};

fetch('/health',
{
  method: 'GET',

  headers: headers
})
.then(function(res) {
    return res.json();
}).then(function(body) {
    console.log(body);
});

URL obj = new URL("/health");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("GET");
int responseCode = con.getResponseCode();
BufferedReader in = new BufferedReader(
    new InputStreamReader(con.getInputStream()));
String inputLine;
StringBuffer response = new StringBuffer();
while ((inputLine = in.readLine()) != null) {
    response.append(inputLine);
}
in.close();
System.out.println(response.toString());

using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

/// <<summary>>
/// Example of Http Client
/// <</summary>>
public class HttpExample
{
    private HttpClient Client { get; set; }

    /// <<summary>>
    /// Setup http client
    /// <</summary>>
    public HttpExample()
    {
      Client = new HttpClient();
    }

    /// Make a dummy request
    public async Task MakeGetRequest()
    {
      string url = "/health";
      var result = await GetAsync(url);
    }

    /// Performs a GET Request
    public async Task GetAsync(string url)
    {
        //Start the request
        HttpResponseMessage response = await Client.GetAsync(url);

        //Validate result
        response.EnsureSuccessStatusCode();

    }




    /// Deserialize object from request response
    private async Task DeserializeObject(HttpResponseMessage response)
    {
        //Read body 
        string responseBody = await response.Content.ReadAsStringAsync();

        //Deserialize Body to object
        var result = JsonConvert.DeserializeObject(responseBody);
    }
}

GET /health

Example responses

200 Response

[
  {
    "name": "string",
    "status": {
      "name": "string",
      "description": "string",
      "operational": true,
      "severity": 0
    },
    "details": null
  }
]

Responses

Status Meaning Description Schema
200 OK getHealth 200 response Inline

Response Schema

Status Code 200

Name Type Required Restrictions Description
anonymous [HealthResult] false none none
» name string false none none
» status HealthStatus false none none
»» name string true none none
»» description string¦null true none none
»» operational boolean¦null true none none
»» severity integer(int32)¦null true none none
» details any false none none

getHealth_1

Code samples

# You can also use wget
curl -X GET /health/{selector} \
  -H 'Accept: application/json'

import requests
headers = {
  'Accept': 'application/json'
}

r = requests.get('/health/{selector}', headers = headers)

print(r.json())


const headers = {
  'Accept':'application/json'
};

fetch('/health/{selector}',
{
  method: 'GET',

  headers: headers
})
.then(function(res) {
    return res.json();
}).then(function(body) {
    console.log(body);
});

URL obj = new URL("/health/{selector}");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("GET");
int responseCode = con.getResponseCode();
BufferedReader in = new BufferedReader(
    new InputStreamReader(con.getInputStream()));
String inputLine;
StringBuffer response = new StringBuffer();
while ((inputLine = in.readLine()) != null) {
    response.append(inputLine);
}
in.close();
System.out.println(response.toString());

using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

/// <<summary>>
/// Example of Http Client
/// <</summary>>
public class HttpExample
{
    private HttpClient Client { get; set; }

    /// <<summary>>
    /// Setup http client
    /// <</summary>>
    public HttpExample()
    {
      Client = new HttpClient();
    }

    /// Make a dummy request
    public async Task MakeGetRequest()
    {
      string url = "/health/{selector}";
      var result = await GetAsync(url);
    }

    /// Performs a GET Request
    public async Task GetAsync(string url)
    {
        //Start the request
        HttpResponseMessage response = await Client.GetAsync(url);

        //Validate result
        response.EnsureSuccessStatusCode();

    }




    /// Deserialize object from request response
    private async Task DeserializeObject(HttpResponseMessage response)
    {
        //Read body 
        string responseBody = await response.Content.ReadAsStringAsync();

        //Deserialize Body to object
        var result = JsonConvert.DeserializeObject(responseBody);
    }
}

GET /health/{selector}

Parameters

Name In Type Required Description
selector path HealthCheckType true none

Enumerated Values

Parameter Value
selector LIVENESS
selector READINESS

Example responses

200 Response

[
  {
    "name": "string",
    "status": {
      "name": "string",
      "description": "string",
      "operational": true,
      "severity": 0
    },
    "details": null
  }
]

Responses

Status Meaning Description Schema
200 OK getHealth_1 200 response Inline

Response Schema

Status Code 200

Name Type Required Restrictions Description
anonymous [HealthResult] false none none
» name string false none none
» status HealthStatus false none none
»» name string true none none
»» description string¦null true none none
»» operational boolean¦null true none none
»» severity integer(int32)¦null true none none
» details any false none none

getInfo

Code samples

# You can also use wget
curl -X GET /info \
  -H 'Accept: application/json'

import requests
headers = {
  'Accept': 'application/json'
}

r = requests.get('/info', headers = headers)

print(r.json())


const headers = {
  'Accept':'application/json'
};

fetch('/info',
{
  method: 'GET',

  headers: headers
})
.then(function(res) {
    return res.json();
}).then(function(body) {
    console.log(body);
});

URL obj = new URL("/info");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("GET");
int responseCode = con.getResponseCode();
BufferedReader in = new BufferedReader(
    new InputStreamReader(con.getInputStream()));
String inputLine;
StringBuffer response = new StringBuffer();
while ((inputLine = in.readLine()) != null) {
    response.append(inputLine);
}
in.close();
System.out.println(response.toString());

using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

/// <<summary>>
/// Example of Http Client
/// <</summary>>
public class HttpExample
{
    private HttpClient Client { get; set; }

    /// <<summary>>
    /// Setup http client
    /// <</summary>>
    public HttpExample()
    {
      Client = new HttpClient();
    }

    /// Make a dummy request
    public async Task MakeGetRequest()
    {
      string url = "/info";
      var result = await GetAsync(url);
    }

    /// Performs a GET Request
    public async Task GetAsync(string url)
    {
        //Start the request
        HttpResponseMessage response = await Client.GetAsync(url);

        //Validate result
        response.EnsureSuccessStatusCode();

    }




    /// Deserialize object from request response
    private async Task DeserializeObject(HttpResponseMessage response)
    {
        //Read body 
        string responseBody = await response.Content.ReadAsStringAsync();

        //Deserialize Body to object
        var result = JsonConvert.DeserializeObject(responseBody);
    }
}

GET /info

Example responses

200 Response

[
  {}
]

Responses

Status Meaning Description Schema
200 OK getInfo 200 response Inline

Response Schema

Schemas

AdditionalProcessingInfo

{
  "missingMandatoryFields": [
    "ADDITIONAL_ADDRESS_INFORMATION"
  ],
  "invalidCharacterFields": [
    "ADDITIONAL_ADDRESS_INFORMATION"
  ],
  "extraPresentFields": [
    "ADDITIONAL_ADDRESS_INFORMATION"
  ]
}

The additional details about the processing info.

Properties

Name Type Required Restrictions Description
missingMandatoryFields [FieldType]¦null false none List of fields that were expected on the document but were missing.
invalidCharacterFields [FieldType]¦null false none List of fields that contained characters which were not expected in that field.
extraPresentFields [FieldType]¦null false none List of fields that weren't expected on the document but were present.

AddressDetailedInfo

{
  "street": "string",
  "postalCode": "string",
  "city": "string",
  "jurisdiction": "string"
}

The details about the address.

Properties

Name Type Required Restrictions Description
street string¦null false none The street address portion of the United States driver license owner.
postalCode string¦null false none The postal code address portion of the United States driver license owner.
city string¦null false none The city address portion of the United States driver license owner.
jurisdiction string¦null false none The jurisdiction code address portion of the United States driver license owner.

BarcodeAnomalyCheck

{
  "overall": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "contentCheck": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "readCheck": "NOT_PERFORMED"
}

Barcode anomaly check

Properties

Name Type Required Restrictions Description
overall DetailedCheck¦null false none none
contentCheck DetailedCheck¦null false none none
readCheck CheckResult¦null false none none

BarcodeDriverLicenseDetailedInfo

{
  "restrictions": "string",
  "endorsements": "string",
  "vehicleClass": "string",
  "conditions": "string",
  "vehicleClassesInfo": [
    {
      "vehicleClass": "string",
      "licenceType": "string",
      "effectiveDate": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      },
      "expiryDate": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      }
    }
  ]
}

The driver license detailed info.

Properties

Name Type Required Restrictions Description
restrictions string¦null false none The restrictions to driving privileges for the United States driver license owner.
endorsements string¦null false none The additional privileges granted to the United States driver license owner.
vehicleClass string¦null false none The type of vehicle the driver license owner has privilege to drive.
conditions string¦null false none The driver license conditions.
vehicleClassesInfo [BarcodeVehicleClassInfo]¦null false none The additional information on vehicle class.

BarcodeElement

{
  "key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
  "value": "string"
}

Properties

Name Type Required Restrictions Description
key BarcodeElementKey¦null false none Additional fields present in the barcode.
value string¦null false none none

BarcodeElementKey

"BARCODE_ELEMENT_KEY_DOCUMENT_TYPE"

Barcode element key

Properties

Name Type Required Restrictions Description
Barcode element key string false none Additional fields present in the barcode.

Enumerated Values

Property Value
Barcode element key BARCODE_ELEMENT_KEY_DOCUMENT_TYPE
Barcode element key STANDARD_VERSION_NUMBER
Barcode element key CUSTOMER_FAMILY_NAME
Barcode element key CUSTOMER_FIRST_NAME
Barcode element key CUSTOMER_FULL_NAME
Barcode element key DATE_OF_BIRTH
Barcode element key SEX
Barcode element key EYE_COLOR
Barcode element key ADDRESS_STREET
Barcode element key ADDRESS_CITY
Barcode element key ADDRESS_JURISDICTION_CODE
Barcode element key ADDRESS_POSTAL_CODE
Barcode element key FULL_ADDRESS
Barcode element key HEIGHT
Barcode element key HEIGHT_IN
Barcode element key HEIGHT_CM
Barcode element key CUSTOMER_MIDDLE_NAME
Barcode element key HAIR_COLOR
Barcode element key NAME_SUFFIX
Barcode element key AKA_FULL_NAME
Barcode element key AKA_FAMILY_NAME
Barcode element key AKA_GIVEN_NAME
Barcode element key AKA_SUFFIX_NAME
Barcode element key WEIGHT_RANGE
Barcode element key WEIGHT_POUNDS
Barcode element key WEIGHT_KILOGRAMS
Barcode element key CUSTOMER_ID_NUMBER
Barcode element key FAMILY_NAME_TRUNCATION
Barcode element key FIRST_NAME_TRUNCATION
Barcode element key MIDDLE_NAME_TRUNCATION
Barcode element key PLACE_OF_BIRTH
Barcode element key ADDRESS_STREET_2
Barcode element key RACE_ETHNICITY
Barcode element key NAME_PREFIX
Barcode element key COUNTRY_IDENTIFICATION
Barcode element key RESIDENCE_STREET_ADDRESS
Barcode element key RESIDENCE_STREET_ADDRESS_2
Barcode element key RESIDENCE_CITY
Barcode element key RESIDENCE_JURISDICTION_CODE
Barcode element key RESIDENCE_POSTAL_CODE
Barcode element key RESIDENCE_FULL_ADDRESS
Barcode element key UNDER_18
Barcode element key UNDER_19
Barcode element key UNDER_21
Barcode element key SOCIAL_SECURITY_NUMBER
Barcode element key AKA_SOCIAL_SECURITY_NUMBER
Barcode element key AKA_MIDDLE_NAME
Barcode element key AKA_PREFIX_NAME
Barcode element key ORGAN_DONOR
Barcode element key VETERAN
Barcode element key AKA_DATE_OF_BIRTH
Barcode element key ISSUER_IDENTIFICATION_NUMBER
Barcode element key DOCUMENT_EXPIRATION_DATE
Barcode element key JURISDICTION_VERSION_NUMBER
Barcode element key JURISDICTION_VEHICLE_CLASS
Barcode element key JURISDICTION_RESTRICTION_CODES
Barcode element key JURISDICTION_ENDORSEMENT_CODES
Barcode element key DOCUMENT_ISSUE_DATE
Barcode element key FEDERAL_COMMERCIAL_VEHICLE_CODES
Barcode element key ISSUING_JURISDICTION
Barcode element key STANDARD_VEHICLE_CLASSIFICATION
Barcode element key ISSUING_JURISDICTION_NAME
Barcode element key STANDARD_ENDORSEMENT_CODE
Barcode element key STANDARD_RESTRICTION_CODE
Barcode element key JURISDICTION_VEHICLE_CLASSIFICATION_DESCRIPTION
Barcode element key JURISDICTION_ENDORSMENT_CODE_DESCRIPTION
Barcode element key JURISDICTION_RESTRICTION_CODE_DESCRIPTION
Barcode element key INVENTORY_CONTROL_NUMBER
Barcode element key CARD_REVISION_DATE
Barcode element key DOCUMENT_DISCRIMINATOR
Barcode element key LIMITED_DURATION_DOCUMENT
Barcode element key AUDIT_INFORMATION
Barcode element key COMPLIANCE_TYPE
Barcode element key ISSUE_TIMESTAMP
Barcode element key PERMIT_EXPIRATION_DATE
Barcode element key PERMIT_IDENTIFIER
Barcode element key PERMIT_ISSUE_DATE
Barcode element key NUMBER_OF_DUPLICATES
Barcode element key HAZMAT_EXPIRATION_DATE
Barcode element key MEDICAL_INDICATOR
Barcode element key NON_RESIDENT
Barcode element key UNIQUE_CUSTOMER_ID
Barcode element key DATA_DISCRIMINATOR
Barcode element key DOCUMENT_EXPIRATION_MONTH
Barcode element key DOCUMENT_NONEXPIRING
Barcode element key SECURITY_VERSION
Barcode element key COUNT

BarcodeResult

{
  "rawDataBase64": "string",
  "stringData": "string",
  "firstName": "string",
  "lastName": "string",
  "middleName": "string",
  "fullName": "string",
  "additionalNameInformation": "string",
  "address": "string",
  "placeOfBirth": "string",
  "nationality": "string",
  "race": "string",
  "religion": "string",
  "profession": "string",
  "maritalStatus": "string",
  "residentialStatus": "string",
  "employer": "string",
  "sex": "string",
  "dateOfBirth": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": "string"
  },
  "dateOfIssue": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": "string"
  },
  "dateOfExpiry": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": "string"
  },
  "documentNumber": "string",
  "personalIdNumber": "string",
  "documentAdditionalNumber": "string",
  "issuingAuthority": "string",
  "addressDetailedInfo": {
    "street": "string",
    "postalCode": "string",
    "city": "string",
    "jurisdiction": "string"
  },
  "driverLicenseDetailedInfo": {
    "restrictions": "string",
    "endorsements": "string",
    "vehicleClass": "string",
    "conditions": "string",
    "vehicleClassesInfo": [
      {
        "vehicleClass": "string",
        "licenceType": "string",
        "effectiveDate": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "expiryDate": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        }
      }
    ]
  },
  "extendedElements": [
    {
      "key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
      "value": "string"
    }
  ]
}

The data extracted from the barcode.

Properties

Name Type Required Restrictions Description
rawDataBase64 string¦null false none The raw bytes contained inside barcode.
stringData string¦null false none String representation of data inside barcode.
firstName string¦null false none The first name of the document owner.
lastName string¦null false none The last name of the document owner.
middleName string¦null false none The middle name of the document owner.
fullName string¦null false none The full name of the document owner.
additionalNameInformation string¦null false none The additional name information of the document owner.
address string¦null false none The address of the document owner.
placeOfBirth string¦null false none The place of birth of the document owner.
nationality string¦null false none The nationality of the documet owner.
race string¦null false none The race of the document owner.
religion string¦null false none The religion of the document owner.
profession string¦null false none The profession of the document owner.
maritalStatus string¦null false none The marital status of the document owner.
residentialStatus string¦null false none The residential stauts of the document owner.
employer string¦null false none The employer of the document owner.
sex string¦null false none The sex of the document owner.
dateOfBirth Date¦null false none none
dateOfIssue Date¦null false none none
dateOfExpiry Date¦null false none none
documentNumber string¦null false none The document number.
personalIdNumber string¦null false none The personal identification number.
documentAdditionalNumber string¦null false none The additional number of the document.
issuingAuthority string¦null false none The issuing authority of the document.
addressDetailedInfo AddressDetailedInfo¦null false none The details about the address.
driverLicenseDetailedInfo BarcodeDriverLicenseDetailedInfo¦null false none The driver license detailed info.
extendedElements [BarcodeElement]¦null false none Document specific extended elements that contain all barcode fields in their original form.

BarcodeVehicleClassInfo

{
  "vehicleClass": "string",
  "licenceType": "string",
  "effectiveDate": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": "string"
  },
  "expiryDate": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": "string"
  }
}

The additional information on vehicle class.

Properties

Name Type Required Restrictions Description
vehicleClass string¦null false none The type of vehicle the driver license owner has privilege to drive.
licenceType string¦null false none The type of driver licence.
effectiveDate any false none none

allOf

Name Type Required Restrictions Description
» anonymous Date false none none

and

Name Type Required Restrictions Description
» anonymous any false none The date since licence is effective

continued

Name Type Required Restrictions Description
expiryDate any false none none

allOf

Name Type Required Restrictions Description
» anonymous Date false none none

and

Name Type Required Restrictions Description
» anonymous any false none The date of expiry of licence.

BarcodeVerificationRequest

{
  "imageBack": {
    "imageUrl": "string",
    "imageBase64": "string",
    "imageFile": "string"
  },
  "returnFullDocumentImage": false,
  "screenMatchLevel": "DISABLED",
  "photocopyMatchLevel": "DISABLED",
  "barcodeAnomalyMatchLevel": "DISABLED",
  "imageFormat": "PNG",
  "treatExpirationAsFraud": true,
  "traceId": "string"
}

Request body for Barcode verification recognition.

Properties

Name Type Required Restrictions Description
imageBack ImageSource¦null true none Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined.
returnFullDocumentImage boolean¦null false none Defines whether full document image should be extracted. Default FALSE
screenMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
photocopyMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
barcodeAnomalyMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
imageFormat any false none none

allOf

Name Type Required Restrictions Description
» anonymous ImageFormat false none none

and

Name Type Required Restrictions Description
» anonymous any false none Defines return image type. Default PNG

continued

Name Type Required Restrictions Description
treatExpirationAsFraud boolean¦null false none Defines whether we treat expiration as fraud. Default TRUE
traceId string¦null false none none

BlinkIdMultiSideRecognizerOutput

{
  "firstName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "lastName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "fullName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "address": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "dateOfIssue": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    }
  },
  "dateOfExpiry": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    }
  },
  "documentNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "sex": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "driverLicenseDetailedInfo": {
    "restrictions": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "endorsements": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "vehicleClass": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "conditions": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "vehicleClassesInfo": [
      {
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "licenceType": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "effectiveDate": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "expiryDate": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        }
      }
    ]
  },
  "fullDocumentFrontImageBase64": "string",
  "fullDocumentBackImageBase64": "string",
  "faceImageBase64": "string",
  "faceImageLocation": {
    "topLeftCorner": {
      "x": 0.1,
      "y": 0.1
    },
    "dimensions": {
      "width": 0.1,
      "height": 0.1
    },
    "side": "SIDE_FRONT"
  },
  "additionalNameInformation": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "additionalAddressInformation": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "additionalOptionalAddressInformation": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "placeOfBirth": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "nationality": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "race": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "religion": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "profession": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "maritalStatus": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "residentialStatus": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "employer": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "personalIdNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "documentAdditionalNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "documentOptionalAdditionalNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "issuingAuthority": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "mrzData": {
    "rawMrzString": "string",
    "documentCode": "string",
    "issuer": "string",
    "documentNumber": "string",
    "opt1": "string",
    "opt2": "string",
    "gender": "string",
    "nationality": "string",
    "primaryId": "string",
    "secondaryId": "string",
    "alienNumber": "string",
    "applicationReceiptNumber": "string",
    "immigrantCaseNumber": "string",
    "mrzVerified": true,
    "mrzParsed": true,
    "dateOfBirth": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": "string"
    },
    "dateOfExpiry": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": "string"
    },
    "documentType": "UNKNOWN",
    "issuerName": "string",
    "nationalityName": "string"
  },
  "localizedName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "dataMatchResult": {
    "dateOfBirth": "NOT_PERFORMED",
    "dateOfExpiry": "NOT_PERFORMED",
    "documentNumber": "NOT_PERFORMED",
    "documentAdditionalNumber": "NOT_PERFORMED",
    "documentOptionalAdditionalNumber": "NOT_PERFORMED",
    "personalIdNumber": "NOT_PERFORMED",
    "dataMatchResult": "NOT_PERFORMED"
  },
  "dateOfExpiryPermanent": true,
  "scanningFirstSideDone": true,
  "additionalPersonalIdNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "frontViz": {
    "firstName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "lastName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "fullName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalNameInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "localizedName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "address": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalAddressInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalOptionalAddressInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "placeOfBirth": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "nationality": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "race": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "religion": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "profession": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "maritalStatus": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "residentialStatus": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "employer": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "sex": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "dateOfBirth": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "dateOfIssue": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "dateOfExpiry": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "dateOfExpiryPermanent": true,
    "documentNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "personalIdNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "documentAdditionalNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalPersonalIdNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "documentOptionalAdditionalNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "issuingAuthority": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "fathersName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "mothersName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "bloodType": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "sponsor": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "driverLicenseDetailedInfo": {
      "restrictions": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "endorsements": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleClass": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "conditions": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleClassesInfo": [
        {
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "licenceType": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "effectiveDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            }
          },
          "expiryDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            }
          }
        }
      ]
    }
  },
  "backViz": {
    "firstName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "lastName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "fullName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalNameInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "localizedName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "address": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalAddressInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalOptionalAddressInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "placeOfBirth": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "nationality": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "race": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "religion": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "profession": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "maritalStatus": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "residentialStatus": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "employer": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "sex": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "dateOfBirth": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "dateOfIssue": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "dateOfExpiry": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "dateOfExpiryPermanent": true,
    "documentNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "personalIdNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "documentAdditionalNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalPersonalIdNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "documentOptionalAdditionalNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "issuingAuthority": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "fathersName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "mothersName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "bloodType": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "sponsor": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "driverLicenseDetailedInfo": {
      "restrictions": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "endorsements": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleClass": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "conditions": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleClassesInfo": [
        {
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "licenceType": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "effectiveDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            }
          },
          "expiryDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            }
          }
        }
      ]
    }
  },
  "barcode": {
    "rawDataBase64": "string",
    "stringData": "string",
    "firstName": "string",
    "lastName": "string",
    "middleName": "string",
    "fullName": "string",
    "additionalNameInformation": "string",
    "address": "string",
    "placeOfBirth": "string",
    "nationality": "string",
    "race": "string",
    "religion": "string",
    "profession": "string",
    "maritalStatus": "string",
    "residentialStatus": "string",
    "employer": "string",
    "sex": "string",
    "dateOfBirth": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": "string"
    },
    "dateOfIssue": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": "string"
    },
    "dateOfExpiry": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": "string"
    },
    "documentNumber": "string",
    "personalIdNumber": "string",
    "documentAdditionalNumber": "string",
    "issuingAuthority": "string",
    "addressDetailedInfo": {
      "street": "string",
      "postalCode": "string",
      "city": "string",
      "jurisdiction": "string"
    },
    "driverLicenseDetailedInfo": {
      "restrictions": "string",
      "endorsements": "string",
      "vehicleClass": "string",
      "conditions": "string",
      "vehicleClassesInfo": [
        {
          "vehicleClass": "string",
          "licenceType": "string",
          "effectiveDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": "string"
          },
          "expiryDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": "string"
          }
        }
      ]
    },
    "extendedElements": [
      {
        "key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
        "value": "string"
      }
    ]
  },
  "frontImageAnalysisResult": {
    "blurred": true,
    "documentImageColorStatus": "NOT_AVAILABLE",
    "documentImageMoireStatus": "NOT_AVAILABLE",
    "faceDetectionStatus": "NOT_AVAILABLE",
    "mrzDetectionStatus": "NOT_AVAILABLE",
    "barcodeDetectionStatus": "NOT_AVAILABLE",
    "cardOrientation": "HORIZONTAL",
    "cardRotation": "ZERO"
  },
  "backImageAnalysisResult": {
    "blurred": true,
    "documentImageColorStatus": "NOT_AVAILABLE",
    "documentImageMoireStatus": "NOT_AVAILABLE",
    "faceDetectionStatus": "NOT_AVAILABLE",
    "mrzDetectionStatus": "NOT_AVAILABLE",
    "barcodeDetectionStatus": "NOT_AVAILABLE",
    "cardOrientation": "HORIZONTAL",
    "cardRotation": "ZERO"
  },
  "processingStatus": "SUCCESS",
  "frontProcessingStatus": "SUCCESS",
  "backProcessingStatus": "SUCCESS",
  "recognitionMode": "NONE",
  "signatureImageBase64": "string",
  "dateOfBirth": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    }
  },
  "classInfo": {
    "country": "COUNTRY_NONE",
    "region": "REGION_NONE",
    "type": "TYPE_NONE",
    "countryName": "string",
    "isoAlpha3CountryCode": "string",
    "isoAlpha2CountryCode": "string",
    "isoNumericCountryCode": "string"
  },
  "recognitionStatus": "EMPTY",
  "fathersName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "mothersName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "frontAdditionalProcessingInfo": {
    "missingMandatoryFields": [
      "ADDITIONAL_ADDRESS_INFORMATION"
    ],
    "invalidCharacterFields": [
      "ADDITIONAL_ADDRESS_INFORMATION"
    ],
    "extraPresentFields": [
      "ADDITIONAL_ADDRESS_INFORMATION"
    ]
  },
  "backAdditionalProcessingInfo": {
    "missingMandatoryFields": [
      "ADDITIONAL_ADDRESS_INFORMATION"
    ],
    "invalidCharacterFields": [
      "ADDITIONAL_ADDRESS_INFORMATION"
    ],
    "extraPresentFields": [
      "ADDITIONAL_ADDRESS_INFORMATION"
    ]
  },
  "isBelowAgeLimit": true,
  "age": 0
}

Properties

Name Type Required Restrictions Description
firstName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The first name of the document owner.

continued

Name Type Required Restrictions Description
lastName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The last name of the document owner.

continued

Name Type Required Restrictions Description
fullName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The last name of the document owner.

continued

Name Type Required Restrictions Description
address any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The address of the document owner.

continued

Name Type Required Restrictions Description
dateOfIssue DateResult¦null false none none
dateOfExpiry DateResult¦null false none none
documentNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The document number.

continued

Name Type Required Restrictions Description
sex any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The sex of the document owner.

continued

Name Type Required Restrictions Description
driverLicenseDetailedInfo DriverLicenseDetailedInfo¦null false none The driver license detailed info.
fullDocumentFrontImageBase64 string¦null false none The full document front image.
fullDocumentBackImageBase64 string¦null false none The full document front image.
faceImageBase64 string¦null false none The face image.
faceImageLocation any false none none

allOf

Name Type Required Restrictions Description
» anonymous LocationInfo false none none

and

Name Type Required Restrictions Description
» anonymous any false none The location of face image.

continued

Name Type Required Restrictions Description
additionalNameInformation any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional name information of the document owner.

continued

Name Type Required Restrictions Description
additionalAddressInformation any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional address information of the document owner.

continued

Name Type Required Restrictions Description
additionalOptionalAddressInformation any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The one more additional address information of the document owner.

continued

Name Type Required Restrictions Description
placeOfBirth any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The place of birth of the document owner.

continued

Name Type Required Restrictions Description
nationality any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The nationality of the documet owner.

continued

Name Type Required Restrictions Description
race any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The race of the document owner.

continued

Name Type Required Restrictions Description
religion any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The religion of the document owner.

continued

Name Type Required Restrictions Description
profession any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The profession of the document owner.

continued

Name Type Required Restrictions Description
maritalStatus any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The marital status of the document owner.

continued

Name Type Required Restrictions Description
residentialStatus any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The residential stauts of the document owner.

continued

Name Type Required Restrictions Description
employer any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The employer of the document owner.

continued

Name Type Required Restrictions Description
personalIdNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The personal identification number.

continued

Name Type Required Restrictions Description
documentAdditionalNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional number of the document.

continued

Name Type Required Restrictions Description
documentOptionalAdditionalNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The one more additional number of the document.

continued

Name Type Required Restrictions Description
issuingAuthority any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The issuing authority of the document.

continued

Name Type Required Restrictions Description
mrzData MrzResult¦null false none The data extracted from the machine readable zone.
localizedName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The localized name of the document.

continued

Name Type Required Restrictions Description
dataMatchResult DataMatchResult¦null false none Result of data match check.
dateOfExpiryPermanent boolean¦null false none Determines if date of expiry is permanent.
scanningFirstSideDone boolean¦null false none Defines whether recognizer has finished scanning first side.
additionalPersonalIdNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional personal identification number.

continued

Name Type Required Restrictions Description
frontViz VIZResult¦null false none The data extracted from the visual inspection zone.
backViz VIZResult¦null false none The data extracted from the visual inspection zone.
barcode BarcodeResult¦null false none The data extracted from the barcode.
frontImageAnalysisResult ImageAnalysisResult¦null false none Various information obtained by analysing the scanned image.
backImageAnalysisResult ImageAnalysisResult¦null false none Various information obtained by analysing the scanned image.
processingStatus ProcessingStatus¦null false none Detailed information about the recognition process.
frontProcessingStatus ProcessingStatus¦null false none Detailed information about the recognition process.
backProcessingStatus ProcessingStatus¦null false none Detailed information about the recognition process.
recognitionMode RecognitionMode¦null false none Recognition mode used to scan current document.
signatureImageBase64 string¦null false none The signature image.
dateOfBirth DateResult¦null false none none
classInfo ClassInfo¦null false none The document class information.
recognitionStatus ResultState true none Possible states of the Recognizer's result.
fathersName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The fathers name of the document owner.

continued

Name Type Required Restrictions Description
mothersName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The mothers name of the document owner.

continued

Name Type Required Restrictions Description
frontAdditionalProcessingInfo AdditionalProcessingInfo¦null false none The additional details about the processing info.
backAdditionalProcessingInfo AdditionalProcessingInfo¦null false none The additional details about the processing info.
isBelowAgeLimit boolean¦null false none The indicator if document owner is below age limit provided in the request. Default -1 if ageLimit is not sent in the request.
age integer(int32)¦null false none The calculated age of the document owner.

CardOrientation

"HORIZONTAL"

Card orientation

Properties

Name Type Required Restrictions Description
Card orientation string false none Orientation determined from the scanned image.

Enumerated Values

Property Value
Card orientation HORIZONTAL
Card orientation VERTICAL
Card orientation NOT_AVAILABLE

CardRotation

"ZERO"

Card rotation

Properties

Name Type Required Restrictions Description
Card rotation string false none Rotation determined from the scanned image.

Enumerated Values

Property Value
Card rotation ZERO
Card rotation CLOCKWISE_90
Card rotation COUNTER_CLOCKWISE_90
Card rotation UPSIDE_DOWN

CertaintyLevel

"NOT_PERFORMED"

Certainty level

Properties

Name Type Required Restrictions Description
anonymous string false none Certainty level

Enumerated Values

Property Value
anonymous NOT_PERFORMED
anonymous HIGH
anonymous MEDIUM
anonymous LOW

CheckResult

"NOT_PERFORMED"

Check result

Properties

Name Type Required Restrictions Description
Check result string false none none

Enumerated Values

Property Value
Check result NOT_PERFORMED
Check result PASS
Check result FAIL

ClassInfo

{
  "country": "COUNTRY_NONE",
  "region": "REGION_NONE",
  "type": "TYPE_NONE",
  "countryName": "string",
  "isoAlpha3CountryCode": "string",
  "isoAlpha2CountryCode": "string",
  "isoNumericCountryCode": "string"
}

Class info

Properties

Name Type Required Restrictions Description
country Country¦null false none Document country.
region Region¦null false none Document region.
type Type¦null false none Document type.
countryName string¦null false none The name of the country that issued the scanned document.
isoAlpha3CountryCode string¦null false none The 3 letter ISO code of the country that issued the scanned document.
isoAlpha2CountryCode string¦null false none The 2 letter ISO code of the country that issued the scanned document.
isoNumericCountryCode string¦null false none The ISO numeric code of the country that issued the scanned document.

Country

"COUNTRY_NONE"

Country

Properties

Name Type Required Restrictions Description
Country string false none Document country.

Enumerated Values

Property Value
Country COUNTRY_NONE
Country COUNTRY_ALBANIA
Country COUNTRY_ALGERIA
Country COUNTRY_ARGENTINA
Country COUNTRY_AUSTRALIA
Country COUNTRY_AUSTRIA
Country COUNTRY_AZERBAIJAN
Country COUNTRY_BAHRAIN
Country COUNTRY_BANGLADESH
Country COUNTRY_BELGIUM
Country COUNTRY_BOSNIA_AND_HERZEGOVINA
Country COUNTRY_BRUNEI
Country COUNTRY_BULGARIA
Country COUNTRY_CAMBODIA
Country COUNTRY_CANADA
Country COUNTRY_CHILE
Country COUNTRY_COLOMBIA
Country COUNTRY_COSTA_RICA
Country COUNTRY_CROATIA
Country COUNTRY_CYPRUS
Country COUNTRY_CZECHIA
Country COUNTRY_DENMARK
Country COUNTRY_DOMINICAN_REPUBLIC
Country COUNTRY_EGYPT
Country COUNTRY_ESTONIA
Country COUNTRY_FINLAND
Country COUNTRY_FRANCE
Country COUNTRY_GEORGIA
Country COUNTRY_GERMANY
Country COUNTRY_GHANA
Country COUNTRY_GREECE
Country COUNTRY_GUATEMALA
Country COUNTRY_HONG_KONG
Country COUNTRY_HUNGARY
Country COUNTRY_INDIA
Country COUNTRY_INDONESIA
Country COUNTRY_IRELAND
Country COUNTRY_ISRAEL
Country COUNTRY_ITALY
Country COUNTRY_JORDAN
Country COUNTRY_KAZAKHSTAN
Country COUNTRY_KENYA
Country COUNTRY_KOSOVO
Country COUNTRY_KUWAIT
Country COUNTRY_LATVIA
Country COUNTRY_LITHUANIA
Country COUNTRY_MALAYSIA
Country COUNTRY_MALDIVES
Country COUNTRY_MALTA
Country COUNTRY_MAURITIUS
Country COUNTRY_MEXICO
Country COUNTRY_MOROCCO
Country COUNTRY_NETHERLANDS
Country COUNTRY_NEW_ZEALAND
Country COUNTRY_NIGERIA
Country COUNTRY_PAKISTAN
Country COUNTRY_PANAMA
Country COUNTRY_PARAGUAY
Country COUNTRY_PHILIPPINES
Country COUNTRY_POLAND
Country COUNTRY_PORTUGAL
Country COUNTRY_PUERTO_RICO
Country COUNTRY_QATAR
Country COUNTRY_ROMANIA
Country COUNTRY_RUSSIA
Country COUNTRY_SAUDI_ARABIA
Country COUNTRY_SERBIA
Country COUNTRY_SINGAPORE
Country COUNTRY_SLOVAKIA
Country COUNTRY_SLOVENIA
Country COUNTRY_SOUTH_AFRICA
Country COUNTRY_SPAIN
Country COUNTRY_SWEDEN
Country COUNTRY_SWITZERLAND
Country COUNTRY_TAIWAN
Country COUNTRY_THAILAND
Country COUNTRY_TUNISIA
Country COUNTRY_TURKEY
Country COUNTRY_UAE
Country COUNTRY_UGANDA
Country COUNTRY_UK
Country COUNTRY_UKRAINE
Country COUNTRY_USA
Country COUNTRY_VIETNAM
Country COUNTRY_BRAZIL
Country COUNTRY_NORWAY
Country COUNTRY_OMAN
Country COUNTRY_ECUADOR
Country COUNTRY_EL_SALVADOR
Country COUNTRY_SRI_LANKA
Country COUNTRY_PERU
Country COUNTRY_URUGUAY
Country COUNTRY_BAHAMAS
Country COUNTRY_BERMUDA
Country COUNTRY_BOLIVIA
Country COUNTRY_CHINA
Country COUNTRY_EUROPEAN_UNION
Country COUNTRY_HAITI
Country COUNTRY_HONDURAS
Country COUNTRY_ICELAND
Country COUNTRY_JAPAN
Country COUNTRY_LUXEMBOURG
Country COUNTRY_MONTENEGRO
Country COUNTRY_NICARAGUA
Country COUNTRY_SOUTH_KOREA
Country COUNTRY_VENEZUELA
Country COUNTRY_AFGHANISTAN
Country COUNTRY_ALAND_ISLANDS
Country COUNTRY_AMERICAN_SAMOA
Country COUNTRY_ANDORRA
Country COUNTRY_ANGOLA
Country COUNTRY_ANGUILLA
Country COUNTRY_ANTARCTICA
Country COUNTRY_ANTIGUA_AND_BARBUDA
Country COUNTRY_ARMENIA
Country COUNTRY_ARUBA
Country COUNTRY_BAILIWICK_OF_GUERNSEY
Country COUNTRY_BAILIWICK_OF_JERSEY
Country COUNTRY_BARBADOS
Country COUNTRY_BELARUS
Country COUNTRY_BELIZE
Country COUNTRY_BENIN
Country COUNTRY_BHUTAN
Country COUNTRY_BONAIRE_SAINT_EUSTATIUS_AND_SABA
Country COUNTRY_BOTSWANA
Country COUNTRY_BOUVET_ISLAND
Country COUNTRY_BRITISH_INDIAN_OCEAN_TERRITORY
Country COUNTRY_BURKINA_FASO
Country COUNTRY_BURUNDI
Country COUNTRY_CAMEROON
Country COUNTRY_CAPE_VERDE
Country COUNTRY_CARIBBEAN_NETHERLANDS
Country COUNTRY_CAYMAN_ISLANDS
Country COUNTRY_CENTRAL_AFRICAN_REPUBLIC
Country COUNTRY_CHAD
Country COUNTRY_CHRISTMAS_ISLAND
Country COUNTRY_COCOS_ISLANDS
Country COUNTRY_COMOROS
Country COUNTRY_CONGO
Country COUNTRY_COOK_ISLANDS
Country COUNTRY_CUBA
Country COUNTRY_CURACAO
Country COUNTRY_DEMOCRATIC_REPUBLIC_OF_THE_CONGO
Country COUNTRY_DJIBOUTI
Country COUNTRY_DOMINICA
Country COUNTRY_EAST_TIMOR
Country COUNTRY_EQUATORIAL_GUINEA
Country COUNTRY_ERITREA
Country COUNTRY_ETHIOPIA
Country COUNTRY_FALKLAND_ISLANDS
Country COUNTRY_FAROE_ISLANDS
Country COUNTRY_FEDERATED_STATES_OF_MICRONESIA
Country COUNTRY_FIJI
Country COUNTRY_FRENCH_GUIANA
Country COUNTRY_FRENCH_POLYNESIA
Country COUNTRY_FRENCH_SOUTHERN_TERRITORIES
Country COUNTRY_GABON
Country COUNTRY_GAMBIA
Country COUNTRY_GIBRALTAR
Country COUNTRY_GREENLAND
Country COUNTRY_GRENADA
Country COUNTRY_GUADELOUPE
Country COUNTRY_GUAM
Country COUNTRY_GUINEA
Country COUNTRY_GUINEA_BISSAU
Country COUNTRY_GUYANA
Country COUNTRY_HEARD_ISLAND_AND_MCDONALD_ISLANDS
Country COUNTRY_IRAN
Country COUNTRY_IRAQ
Country COUNTRY_ISLE_OF_MAN
Country COUNTRY_IVORY_COAST
Country COUNTRY_JAMAICA
Country COUNTRY_KIRIBATI
Country COUNTRY_KYRGYZSTAN
Country COUNTRY_LAOS
Country COUNTRY_LEBANON
Country COUNTRY_LESOTHO
Country COUNTRY_LIBERIA
Country COUNTRY_LIBYA
Country COUNTRY_LIECHTENSTEIN
Country COUNTRY_MACAU
Country COUNTRY_MADAGASCAR
Country COUNTRY_MALAWI
Country COUNTRY_MALI
Country COUNTRY_MARSHALL_ISLANDS
Country COUNTRY_MARTINIQUE
Country COUNTRY_MAURITANIA
Country COUNTRY_MAYOTTE
Country COUNTRY_MOLDOVA
Country COUNTRY_MONACO
Country COUNTRY_MONGOLIA
Country COUNTRY_MONTSERRAT
Country COUNTRY_MOZAMBIQUE
Country COUNTRY_MYANMAR
Country COUNTRY_NAMIBIA
Country COUNTRY_NAURU
Country COUNTRY_NEPAL
Country COUNTRY_NEW_CALEDONIA
Country COUNTRY_NIGER
Country COUNTRY_NIUE
Country COUNTRY_NORFOLK_ISLAND
Country COUNTRY_NORTHERN_CYPRUS
Country COUNTRY_NORTHERN_MARIANA_ISLANDS
Country COUNTRY_NORTH_KOREA
Country COUNTRY_NORTH_MACEDONIA
Country COUNTRY_PALAU
Country COUNTRY_PALESTINE
Country COUNTRY_PAPUA_NEW_GUINEA
Country COUNTRY_PITCAIRN
Country COUNTRY_REUNION
Country COUNTRY_RWANDA
Country COUNTRY_SAINT_BARTHELEMY
Country COUNTRY_SAINT_HELENA_ASCENSION_AND_TRISTIAN_DA_CUNHA
Country COUNTRY_SAINT_KITTS_AND_NEVIS
Country COUNTRY_SAINT_LUCIA
Country COUNTRY_SAINT_MARTIN
Country COUNTRY_SAINT_PIERRE_AND_MIQUELON
Country COUNTRY_SAINT_VINCENT_AND_THE_GRENADINES
Country COUNTRY_SAMOA
Country COUNTRY_SAN_MARINO
Country COUNTRY_SAO_TOME_AND_PRINCIPE
Country COUNTRY_SENEGAL
Country COUNTRY_SEYCHELLES
Country COUNTRY_SIERRA_LEONE
Country COUNTRY_SINT_MAARTEN
Country COUNTRY_SOLOMON_ISLANDS
Country COUNTRY_SOMALIA
Country COUNTRY_SOUTH_GEORGIA_AND_THE_SOUTH_SANDWICH_ISLANDS
Country COUNTRY_SOUTH_SUDAN
Country COUNTRY_SUDAN
Country COUNTRY_SURINAME
Country COUNTRY_SVALBARD_AND_JAN_MAYEN
Country COUNTRY_ESWATINI
Country COUNTRY_SYRIA
Country COUNTRY_TAJIKISTAN
Country COUNTRY_TANZANIA
Country COUNTRY_TOGO
Country COUNTRY_TOKELAU
Country COUNTRY_TONGA
Country COUNTRY_TRINIDAD_AND_TOBAGO
Country COUNTRY_TURKMENISTAN
Country COUNTRY_TURKS_AND_CAICOS_ISLANDS
Country COUNTRY_TUVALU
Country COUNTRY_UNITED_STATES_MINOR_OUTLYING_ISLANDS
Country COUNTRY_UZBEKISTAN
Country COUNTRY_VANUATU
Country COUNTRY_VATICAN_CITY
Country COUNTRY_VIRGIN_ISLANDS_BRITISH
Country COUNTRY_VIRGIN_ISLANDS_US
Country COUNTRY_WALLIS_AND_FUTUNA
Country COUNTRY_WESTERN_SAHARA
Country COUNTRY_YEMEN
Country COUNTRY_YUGOSLAVIA
Country COUNTRY_ZAMBIA
Country COUNTRY_ZIMBABWE
Country COUNTRY_SCHENGEN_AREA

DataCheck

{
  "overall": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "matchCheck": {
    "overall": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "firstNameMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "lastNameMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "fullNameMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "addressMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "placeOfBirthMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "raceMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "religionMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "professionMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "maritalStatusMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "residentialStatusMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "employerMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dateOfBirthMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dateOfIssueMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dateOfExpiryMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "documentNumberMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "personalIdNumberMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "documentAdditionalNumberMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "documentOptionalAdditionalNumberMatch": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    }
  },
  "logicCheck": {
    "overall": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "dateLogicCheck": {
      "overall": "NOT_PERFORMED",
      "dateOfBirthBeforeDateOfIssueCheck": "NOT_PERFORMED",
      "dateOfBirthBeforeDateOfExpiryCheck": "NOT_PERFORMED",
      "dateOfIssueBeforeDateOfExpiryCheck": "NOT_PERFORMED",
      "dateOfBirthInPastCheck": "NOT_PERFORMED",
      "dateOfIssueInPastCheck": "NOT_PERFORMED"
    },
    "mrzCheck": {
      "overall": "NOT_PERFORMED",
      "parsed": "NOT_PERFORMED",
      "checkDigits": "NOT_PERFORMED"
    },
    "documentNumberLogic": {
      "overall": "NOT_PERFORMED"
    },
    "personalIdNumberLogic": {
      "overall": "NOT_PERFORMED"
    }
  },
  "formatCheck": {
    "overall": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "dateOfBirthCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dateOfExpiryCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dateOfIssueCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "documentNumberCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "documentAdditionalNumberCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "documentOptionalAdditionalNumberCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "personalIdNumberCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "additionalPersonalIdNumberCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "sexCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "nationalityCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "issuingAuthorityCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "maritalStatusCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "religionCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "classEffectiveDateCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "classExpiryDateCheck": {
      "type": "FIRST_NAME",
      "check": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    }
  },
  "barcodeAnomalyCheck": {
    "overall": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "contentCheck": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "readCheck": "NOT_PERFORMED"
  },
  "suspiciousDataCheck": {
    "overall": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "sampleStringCheck": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "suspiciousNumberCheck": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "dataIntegrityCheck": "NOT_PERFORMED"
}

Properties

Name Type Required Restrictions Description
overall any false none none

allOf

Name Type Required Restrictions Description
» anonymous DetailedCheck false none none

and

Name Type Required Restrictions Description
» anonymous any false none Checks the information on the document for logic, format, and consistency (including machine readable elements).

continued

Name Type Required Restrictions Description
matchCheck MatchCheck¦null false none Checks if the information on the document matches the information contained in machine readable elements.
logicCheck LogicCheck¦null false none Checks document information for logical inconsistencies.
formatCheck FormatCheck¦null false none Checks the document for unexpected formatting anomalies.
barcodeAnomalyCheck BarcodeAnomalyCheck¦null false none Identifies any issues with the barcode.
suspiciousDataCheck any false none none

allOf

Name Type Required Restrictions Description
» anonymous SuspiciousDataCheck false none none

and

Name Type Required Restrictions Description
» anonymous any false none Fraud vector check to identify commonly used words on sample documents.

continued

Name Type Required Restrictions Description
dataIntegrityCheck any false none none

allOf

Name Type Required Restrictions Description
» anonymous CheckResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Checks the integrity of data.

DataMatchResult

{
  "dateOfBirth": "NOT_PERFORMED",
  "dateOfExpiry": "NOT_PERFORMED",
  "documentNumber": "NOT_PERFORMED",
  "documentAdditionalNumber": "NOT_PERFORMED",
  "documentOptionalAdditionalNumber": "NOT_PERFORMED",
  "personalIdNumber": "NOT_PERFORMED",
  "dataMatchResult": "NOT_PERFORMED"
}

Result of data match check.

Properties

Name Type Required Restrictions Description
dateOfBirth any false none none

allOf

Name Type Required Restrictions Description
» anonymous DataMatchState false none none

and

Name Type Required Restrictions Description
» anonymous any false none The result of data match on date of birth field.

continued

Name Type Required Restrictions Description
dateOfExpiry any true none none

allOf

Name Type Required Restrictions Description
» anonymous DataMatchState false none none

and

Name Type Required Restrictions Description
» anonymous any false none The result of data match on date of expiry field.

continued

Name Type Required Restrictions Description
documentNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous DataMatchState false none none

and

Name Type Required Restrictions Description
» anonymous any false none The result of data match on document number field.

continued

Name Type Required Restrictions Description
documentAdditionalNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous DataMatchState false none none

and

Name Type Required Restrictions Description
» anonymous any false none The result of data match on document additional number field.

continued

Name Type Required Restrictions Description
documentOptionalAdditionalNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous DataMatchState false none none

and

Name Type Required Restrictions Description
» anonymous any false none The result of data match on document optional additional number field.

continued

Name Type Required Restrictions Description
personalIdNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous DataMatchState false none none

and

Name Type Required Restrictions Description
» anonymous any false none The result of data match on personal ID number field.

continued

Name Type Required Restrictions Description
dataMatchResult any false none none

allOf

Name Type Required Restrictions Description
» anonymous DataMatchState false none none

and

Name Type Required Restrictions Description
» anonymous any false none The result of data match on the whole document.

DataMatchState

"NOT_PERFORMED"

Properties

Name Type Required Restrictions Description
anonymous string false none none

Enumerated Values

Property Value
anonymous NOT_PERFORMED
anonymous FAILED
anonymous SUCCESS

Date

{
  "day": 0,
  "month": 0,
  "year": 0,
  "successfullyParsed": true,
  "filledByDomainKnowledge": true,
  "originalString": "string"
}

Properties

Name Type Required Restrictions Description
day integer(int32)¦null false none Day in month
month integer(int32)¦null false none Month in year
year integer(int32)¦null false none Year
successfullyParsed boolean¦null false none True if date was successfully parsed
filledByDomainKnowledge boolean¦null false none True if date was filled by domain knowledge
originalString string¦null false none String used in date parsing

DateLogicCheck

{
  "overall": "NOT_PERFORMED",
  "dateOfBirthBeforeDateOfIssueCheck": "NOT_PERFORMED",
  "dateOfBirthBeforeDateOfExpiryCheck": "NOT_PERFORMED",
  "dateOfIssueBeforeDateOfExpiryCheck": "NOT_PERFORMED",
  "dateOfBirthInPastCheck": "NOT_PERFORMED",
  "dateOfIssueInPastCheck": "NOT_PERFORMED"
}

Date logic check.

Properties

Name Type Required Restrictions Description
overall CheckResult¦null false none none
dateOfBirthBeforeDateOfIssueCheck CheckResult¦null false none none
dateOfBirthBeforeDateOfExpiryCheck CheckResult¦null false none none
dateOfIssueBeforeDateOfExpiryCheck CheckResult¦null false none none
dateOfBirthInPastCheck CheckResult¦null false none none
dateOfIssueInPastCheck CheckResult¦null false none none

DateResult

{
  "day": 0,
  "month": 0,
  "year": 0,
  "successfullyParsed": true,
  "filledByDomainKnowledge": true,
  "originalString": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  }
}

Properties

Name Type Required Restrictions Description
day integer(int32)¦null false none Day in month
month integer(int32)¦null false none Month in year
year integer(int32)¦null false none Year
successfullyParsed boolean¦null false none True if date was successfully parsed
filledByDomainKnowledge boolean¦null false none True if date was filled by domain knowledge
originalString any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none String used in date parsing

DefaultResponse

{
  "message": "string",
  "traceId": "string",
  "executionId": "string"
}

Response type for exceptions.

Properties

Name Type Required Restrictions Description
message string¦null false none Exception message
traceId string¦null false none Provided identifier
executionId string true none Unique execution identifier

DetailedCheck

{
  "result": "NOT_PERFORMED",
  "certaintyLevel": "NOT_PERFORMED"
}

Properties

Name Type Required Restrictions Description
result CheckResult¦null false none none
certaintyLevel CertaintyLevel¦null false none Certainty level

Dimensions

{
  "width": 0.1,
  "height": 0.1
}

Properties

Name Type Required Restrictions Description
width number(float)¦null false none none
height number(float)¦null false none none

DocumentImageColorStatus

"NOT_AVAILABLE"

Document image color status

Properties

Name Type Required Restrictions Description
Document image color status string false none The color status determined from scanned image.

Enumerated Values

Property Value
Document image color status NOT_AVAILABLE
Document image color status BLACK_AND_WHITE
Document image color status COLOR

DocumentLivenessCheck

{
  "overall": "NOT_PERFORMED",
  "screenCheck": {
    "result": "NOT_PERFORMED",
    "matchLevel": "DISABLED",
    "satisfiedMatchLevel": "DISABLED"
  },
  "photocopyCheck": {
    "result": "NOT_PERFORMED",
    "matchLevel": "DISABLED",
    "satisfiedMatchLevel": "DISABLED"
  },
  "handPresenceCheck": "NOT_PERFORMED"
}

Document liveness check

Properties

Name Type Required Restrictions Description
overall any false none none

allOf

Name Type Required Restrictions Description
» anonymous CheckResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Overall results based on checks for the presence of the document.

continued

Name Type Required Restrictions Description
screenCheck any false none none

allOf

Name Type Required Restrictions Description
» anonymous TieredCheck false none none

and

Name Type Required Restrictions Description
» anonymous any false none Checks whether the document is being presented on a digital screen.

continued

Name Type Required Restrictions Description
photocopyCheck any false none none

allOf

Name Type Required Restrictions Description
» anonymous TieredCheck false none none

and

Name Type Required Restrictions Description
» anonymous any false none Checks whether the document is being presented as a paper printed copy.

continued

Name Type Required Restrictions Description
handPresenceCheck any false none none

allOf

Name Type Required Restrictions Description
» anonymous CheckResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Checks whether a hand is present in the image.

DocumentValidityCheck

{
  "expiredCheck": "NOT_PERFORMED",
  "versionCheck": "NOT_PERFORMED"
}

Document validity check

Properties

Name Type Required Restrictions Description
expiredCheck CheckResult¦null false none none
versionCheck CheckResult¦null false none none

DocumentVerificationEndpointResponse

{
  "traceId": "string",
  "finishTime": "2019-08-24T14:15:22Z",
  "startTime": "2019-08-24T14:15:22Z",
  "version": {
    "apiVersion": "string",
    "coreVersion": "string"
  },
  "data": {
    "processingStatus": "NOT_AVAILABLE",
    "overallFraudCheck": {
      "performedChecks": 0,
      "result": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dataCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "matchCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "firstNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "lastNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "fullNameMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "addressMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "placeOfBirthMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "raceMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "religionMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "professionMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "maritalStatusMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "residentialStatusMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "employerMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfBirthMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfIssueMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfExpiryMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "personalIdNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentAdditionalNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentOptionalAdditionalNumberMatch": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        }
      },
      "logicCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "dateLogicCheck": {
          "overall": "NOT_PERFORMED",
          "dateOfBirthBeforeDateOfIssueCheck": "NOT_PERFORMED",
          "dateOfBirthBeforeDateOfExpiryCheck": "NOT_PERFORMED",
          "dateOfIssueBeforeDateOfExpiryCheck": "NOT_PERFORMED",
          "dateOfBirthInPastCheck": "NOT_PERFORMED",
          "dateOfIssueInPastCheck": "NOT_PERFORMED"
        },
        "mrzCheck": {
          "overall": "NOT_PERFORMED",
          "parsed": "NOT_PERFORMED",
          "checkDigits": "NOT_PERFORMED"
        },
        "documentNumberLogic": {
          "overall": "NOT_PERFORMED"
        },
        "personalIdNumberLogic": {
          "overall": "NOT_PERFORMED"
        }
      },
      "formatCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "dateOfBirthCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfExpiryCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "dateOfIssueCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentAdditionalNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "documentOptionalAdditionalNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "personalIdNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "additionalPersonalIdNumberCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "sexCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "nationalityCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "issuingAuthorityCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "maritalStatusCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "religionCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "classEffectiveDateCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        },
        "classExpiryDateCheck": {
          "type": "FIRST_NAME",
          "check": {
            "result": "NOT_PERFORMED",
            "certaintyLevel": "NOT_PERFORMED"
          }
        }
      },
      "barcodeAnomalyCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "contentCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "readCheck": "NOT_PERFORMED"
      },
      "suspiciousDataCheck": {
        "overall": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "sampleStringCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        },
        "suspiciousNumberCheck": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "dataIntegrityCheck": "NOT_PERFORMED"
    },
    "documentLivenessCheck": {
      "overall": "NOT_PERFORMED",
      "screenCheck": {
        "result": "NOT_PERFORMED",
        "matchLevel": "DISABLED",
        "satisfiedMatchLevel": "DISABLED"
      },
      "photocopyCheck": {
        "result": "NOT_PERFORMED",
        "matchLevel": "DISABLED",
        "satisfiedMatchLevel": "DISABLED"
      },
      "handPresenceCheck": "NOT_PERFORMED"
    },
    "visualCheck": {
      "overall": "NOT_PERFORMED",
      "photoForgeryCheck": "NOT_PERFORMED",
      "securityFeatures": {
        "processingStatus": "NOT_PERFORMED",
        "segmentResult": [
          {
            "rectangleF": {
              "x": 0.1,
              "y": 0.1,
              "width": 0.1,
              "height": 0.1
            },
            "checkResult": "NOT_PERFORMED"
          }
        ],
        "fullDocumentImageBase64": "string",
        "score": 0.1,
        "overall": "NOT_PERFORMED"
      }
    },
    "documentValidityCheck": {
      "expiredCheck": "NOT_PERFORMED",
      "versionCheck": "NOT_PERFORMED"
    },
    "imageQualityCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "clarityCheck": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "blurCheck": "NOT_PERFORMED"
    },
    "extractionResult": {
      "firstName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "lastName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "fullName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "address": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "dateOfIssue": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "documentNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "sex": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "driverLicenseDetailedInfo": {
        "restrictions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "endorsements": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "conditions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClassesInfo": [
          {
            "vehicleClass": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "licenceType": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "effectiveDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            },
            "expiryDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            }
          }
        ]
      },
      "fullDocumentFrontImageBase64": "string",
      "fullDocumentBackImageBase64": "string",
      "faceImageBase64": "string",
      "faceImageLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "additionalNameInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalOptionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "placeOfBirth": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "nationality": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "race": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "religion": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "profession": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "maritalStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "residentialStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "employer": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "personalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentOptionalAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "issuingAuthority": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "mrzData": {
        "rawMrzString": "string",
        "documentCode": "string",
        "issuer": "string",
        "documentNumber": "string",
        "opt1": "string",
        "opt2": "string",
        "gender": "string",
        "nationality": "string",
        "primaryId": "string",
        "secondaryId": "string",
        "alienNumber": "string",
        "applicationReceiptNumber": "string",
        "immigrantCaseNumber": "string",
        "mrzVerified": true,
        "mrzParsed": true,
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "documentType": "UNKNOWN",
        "issuerName": "string",
        "nationalityName": "string"
      },
      "localizedName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "dataMatchResult": {
        "dateOfBirth": "NOT_PERFORMED",
        "dateOfExpiry": "NOT_PERFORMED",
        "documentNumber": "NOT_PERFORMED",
        "documentAdditionalNumber": "NOT_PERFORMED",
        "documentOptionalAdditionalNumber": "NOT_PERFORMED",
        "personalIdNumber": "NOT_PERFORMED",
        "dataMatchResult": "NOT_PERFORMED"
      },
      "dateOfExpiryPermanent": true,
      "scanningFirstSideDone": true,
      "additionalPersonalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "frontViz": {
        "firstName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "lastName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fullName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalNameInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "localizedName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "address": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalOptionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "placeOfBirth": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "nationality": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "race": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "religion": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "profession": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "maritalStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "residentialStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "employer": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sex": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiryPermanent": true,
        "documentNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "personalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalPersonalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentOptionalAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "issuingAuthority": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fathersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "mothersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "bloodType": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sponsor": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "driverLicenseDetailedInfo": {
          "restrictions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "endorsements": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "conditions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClassesInfo": [
            {
              "vehicleClass": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "licenceType": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              }
            }
          ]
        }
      },
      "backViz": {
        "firstName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "lastName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fullName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalNameInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "localizedName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "address": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalOptionalAddressInformation": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "placeOfBirth": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "nationality": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "race": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "religion": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "profession": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "maritalStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "residentialStatus": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "employer": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sex": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "dateOfExpiryPermanent": true,
        "documentNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "personalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "additionalPersonalIdNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentOptionalAdditionalNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "issuingAuthority": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "fathersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "mothersName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "bloodType": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "sponsor": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "driverLicenseDetailedInfo": {
          "restrictions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "endorsements": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "conditions": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "vehicleClassesInfo": [
            {
              "vehicleClass": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "licenceType": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              },
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": {
                  "latin": "string",
                  "latinLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "cyrillic": "string",
                  "cyrillicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  },
                  "arabic": "string",
                  "arabicLocation": {
                    "topLeftCorner": {},
                    "dimensions": {},
                    "side": "SIDE_FRONT"
                  }
                }
              }
            }
          ]
        }
      },
      "barcode": {
        "rawDataBase64": "string",
        "stringData": "string",
        "firstName": "string",
        "lastName": "string",
        "middleName": "string",
        "fullName": "string",
        "additionalNameInformation": "string",
        "address": "string",
        "placeOfBirth": "string",
        "nationality": "string",
        "race": "string",
        "religion": "string",
        "profession": "string",
        "maritalStatus": "string",
        "residentialStatus": "string",
        "employer": "string",
        "sex": "string",
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfIssue": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "dateOfExpiry": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": "string"
        },
        "documentNumber": "string",
        "personalIdNumber": "string",
        "documentAdditionalNumber": "string",
        "issuingAuthority": "string",
        "addressDetailedInfo": {
          "street": "string",
          "postalCode": "string",
          "city": "string",
          "jurisdiction": "string"
        },
        "driverLicenseDetailedInfo": {
          "restrictions": "string",
          "endorsements": "string",
          "vehicleClass": "string",
          "conditions": "string",
          "vehicleClassesInfo": [
            {
              "vehicleClass": "string",
              "licenceType": "string",
              "effectiveDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": "string"
              },
              "expiryDate": {
                "day": 0,
                "month": 0,
                "year": 0,
                "successfullyParsed": true,
                "filledByDomainKnowledge": true,
                "originalString": "string"
              }
            }
          ]
        },
        "extendedElements": [
          {
            "key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
            "value": "string"
          }
        ]
      },
      "frontImageAnalysisResult": {
        "blurred": true,
        "documentImageColorStatus": "NOT_AVAILABLE",
        "documentImageMoireStatus": "NOT_AVAILABLE",
        "faceDetectionStatus": "NOT_AVAILABLE",
        "mrzDetectionStatus": "NOT_AVAILABLE",
        "barcodeDetectionStatus": "NOT_AVAILABLE",
        "cardOrientation": "HORIZONTAL",
        "cardRotation": "ZERO"
      },
      "backImageAnalysisResult": {
        "blurred": true,
        "documentImageColorStatus": "NOT_AVAILABLE",
        "documentImageMoireStatus": "NOT_AVAILABLE",
        "faceDetectionStatus": "NOT_AVAILABLE",
        "mrzDetectionStatus": "NOT_AVAILABLE",
        "barcodeDetectionStatus": "NOT_AVAILABLE",
        "cardOrientation": "HORIZONTAL",
        "cardRotation": "ZERO"
      },
      "processingStatus": "SUCCESS",
      "frontProcessingStatus": "SUCCESS",
      "backProcessingStatus": "SUCCESS",
      "recognitionMode": "NONE",
      "signatureImageBase64": "string",
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "classInfo": {
        "country": "COUNTRY_NONE",
        "region": "REGION_NONE",
        "type": "TYPE_NONE",
        "countryName": "string",
        "isoAlpha3CountryCode": "string",
        "isoAlpha2CountryCode": "string",
        "isoNumericCountryCode": "string"
      },
      "recognitionStatus": "EMPTY",
      "fathersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "mothersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "frontAdditionalProcessingInfo": {
        "missingMandatoryFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "invalidCharacterFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "extraPresentFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ]
      },
      "backAdditionalProcessingInfo": {
        "missingMandatoryFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "invalidCharacterFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ],
        "extraPresentFields": [
          "ADDITIONAL_ADDRESS_INFORMATION"
        ]
      },
      "isBelowAgeLimit": true,
      "age": 0
    },
    "recognitionStatus": "EMPTY"
  },
  "executionId": "string"
}

Response for BlinkId Verify

Properties

Name Type Required Restrictions Description
traceId string¦null false none none
finishTime string(date-time) true none UTC time after recognition finished.
startTime string(date-time) true none UTC time before recognition started.
version any true none none

allOf

Name Type Required Restrictions Description
» anonymous VersionResponse false none none

and

Name Type Required Restrictions Description
» anonymous any false none Version of BlinkId Verify API.

continued

Name Type Required Restrictions Description
data DocumentVerificationRecognizerOutput true none none
executionId string true none none

DocumentVerificationProcessingStatus

"NOT_AVAILABLE"

Document verification processing status

Properties

Name Type Required Restrictions Description
Document verification processing status string false none Status of document verification.

Enumerated Values

Property Value
Document verification processing status NOT_AVAILABLE
Document verification processing status DOCUMENT_BLURRED
Document verification processing status HAND_NOT_PRESENT
Document verification processing status NOT_ENOUGH_HAND_PRESENT
Document verification processing status DOCUMENT_NOT_IN_HAND
Document verification processing status DOCUMENT_IN_HAND
Document verification processing status COVERED_DOCUMENT_EDGES
Document verification processing status EXTRACTION_FAILED
Document verification processing status COMPLETED

DocumentVerificationRecognizerOutput

{
  "processingStatus": "NOT_AVAILABLE",
  "overallFraudCheck": {
    "performedChecks": 0,
    "result": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "dataCheck": {
    "overall": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "matchCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "firstNameMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "lastNameMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "fullNameMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "addressMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "placeOfBirthMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "raceMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "religionMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "professionMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "maritalStatusMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "residentialStatusMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "employerMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "dateOfBirthMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "dateOfIssueMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "dateOfExpiryMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "documentNumberMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "personalIdNumberMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "documentAdditionalNumberMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "documentOptionalAdditionalNumberMatch": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      }
    },
    "logicCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "dateLogicCheck": {
        "overall": "NOT_PERFORMED",
        "dateOfBirthBeforeDateOfIssueCheck": "NOT_PERFORMED",
        "dateOfBirthBeforeDateOfExpiryCheck": "NOT_PERFORMED",
        "dateOfIssueBeforeDateOfExpiryCheck": "NOT_PERFORMED",
        "dateOfBirthInPastCheck": "NOT_PERFORMED",
        "dateOfIssueInPastCheck": "NOT_PERFORMED"
      },
      "mrzCheck": {
        "overall": "NOT_PERFORMED",
        "parsed": "NOT_PERFORMED",
        "checkDigits": "NOT_PERFORMED"
      },
      "documentNumberLogic": {
        "overall": "NOT_PERFORMED"
      },
      "personalIdNumberLogic": {
        "overall": "NOT_PERFORMED"
      }
    },
    "formatCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "dateOfBirthCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "dateOfExpiryCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "dateOfIssueCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "documentNumberCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "documentAdditionalNumberCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "documentOptionalAdditionalNumberCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "personalIdNumberCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "additionalPersonalIdNumberCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "sexCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "nationalityCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "issuingAuthorityCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "maritalStatusCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "religionCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "classEffectiveDateCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      },
      "classExpiryDateCheck": {
        "type": "FIRST_NAME",
        "check": {
          "result": "NOT_PERFORMED",
          "certaintyLevel": "NOT_PERFORMED"
        }
      }
    },
    "barcodeAnomalyCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "contentCheck": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "readCheck": "NOT_PERFORMED"
    },
    "suspiciousDataCheck": {
      "overall": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "sampleStringCheck": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      },
      "suspiciousNumberCheck": {
        "result": "NOT_PERFORMED",
        "certaintyLevel": "NOT_PERFORMED"
      }
    },
    "dataIntegrityCheck": "NOT_PERFORMED"
  },
  "documentLivenessCheck": {
    "overall": "NOT_PERFORMED",
    "screenCheck": {
      "result": "NOT_PERFORMED",
      "matchLevel": "DISABLED",
      "satisfiedMatchLevel": "DISABLED"
    },
    "photocopyCheck": {
      "result": "NOT_PERFORMED",
      "matchLevel": "DISABLED",
      "satisfiedMatchLevel": "DISABLED"
    },
    "handPresenceCheck": "NOT_PERFORMED"
  },
  "visualCheck": {
    "overall": "NOT_PERFORMED",
    "photoForgeryCheck": "NOT_PERFORMED",
    "securityFeatures": {
      "processingStatus": "NOT_PERFORMED",
      "segmentResult": [
        {
          "rectangleF": {
            "x": 0.1,
            "y": 0.1,
            "width": 0.1,
            "height": 0.1
          },
          "checkResult": "NOT_PERFORMED"
        }
      ],
      "fullDocumentImageBase64": "string",
      "score": 0.1,
      "overall": "NOT_PERFORMED"
    }
  },
  "documentValidityCheck": {
    "expiredCheck": "NOT_PERFORMED",
    "versionCheck": "NOT_PERFORMED"
  },
  "imageQualityCheck": {
    "overall": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "clarityCheck": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    },
    "blurCheck": "NOT_PERFORMED"
  },
  "extractionResult": {
    "firstName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "lastName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "fullName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "address": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "dateOfIssue": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "dateOfExpiry": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "documentNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "sex": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "driverLicenseDetailedInfo": {
      "restrictions": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "endorsements": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleClass": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "conditions": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleClassesInfo": [
        {
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "licenceType": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          },
          "effectiveDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            }
          },
          "expiryDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            }
          }
        }
      ]
    },
    "fullDocumentFrontImageBase64": "string",
    "fullDocumentBackImageBase64": "string",
    "faceImageBase64": "string",
    "faceImageLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "additionalNameInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalAddressInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalOptionalAddressInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "placeOfBirth": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "nationality": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "race": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "religion": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "profession": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "maritalStatus": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "residentialStatus": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "employer": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "personalIdNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "documentAdditionalNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "documentOptionalAdditionalNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "issuingAuthority": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "mrzData": {
      "rawMrzString": "string",
      "documentCode": "string",
      "issuer": "string",
      "documentNumber": "string",
      "opt1": "string",
      "opt2": "string",
      "gender": "string",
      "nationality": "string",
      "primaryId": "string",
      "secondaryId": "string",
      "alienNumber": "string",
      "applicationReceiptNumber": "string",
      "immigrantCaseNumber": "string",
      "mrzVerified": true,
      "mrzParsed": true,
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      },
      "documentType": "UNKNOWN",
      "issuerName": "string",
      "nationalityName": "string"
    },
    "localizedName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "dataMatchResult": {
      "dateOfBirth": "NOT_PERFORMED",
      "dateOfExpiry": "NOT_PERFORMED",
      "documentNumber": "NOT_PERFORMED",
      "documentAdditionalNumber": "NOT_PERFORMED",
      "documentOptionalAdditionalNumber": "NOT_PERFORMED",
      "personalIdNumber": "NOT_PERFORMED",
      "dataMatchResult": "NOT_PERFORMED"
    },
    "dateOfExpiryPermanent": true,
    "scanningFirstSideDone": true,
    "additionalPersonalIdNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "frontViz": {
      "firstName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "lastName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "fullName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalNameInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "localizedName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "address": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalOptionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "placeOfBirth": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "nationality": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "race": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "religion": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "profession": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "maritalStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "residentialStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "employer": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "sex": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfIssue": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiryPermanent": true,
      "documentNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "personalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalPersonalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentOptionalAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "issuingAuthority": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "fathersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "mothersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "bloodType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "sponsor": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "driverLicenseDetailedInfo": {
        "restrictions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "endorsements": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "conditions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClassesInfo": [
          {
            "vehicleClass": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "licenceType": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "effectiveDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            },
            "expiryDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            }
          }
        ]
      }
    },
    "backViz": {
      "firstName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "lastName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "fullName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalNameInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "localizedName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "address": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalOptionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "placeOfBirth": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "nationality": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "race": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "religion": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "profession": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "maritalStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "residentialStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "employer": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "sex": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfIssue": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiryPermanent": true,
      "documentNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "personalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalPersonalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentOptionalAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "issuingAuthority": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "fathersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "mothersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "bloodType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "sponsor": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "driverLicenseDetailedInfo": {
        "restrictions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "endorsements": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "conditions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClassesInfo": [
          {
            "vehicleClass": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "licenceType": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0.1,
                  "y": 0.1
                },
                "dimensions": {
                  "width": 0.1,
                  "height": 0.1
                },
                "side": "SIDE_FRONT"
              }
            },
            "effectiveDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            },
            "expiryDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0.1,
                    "y": 0.1
                  },
                  "dimensions": {
                    "width": 0.1,
                    "height": 0.1
                  },
                  "side": "SIDE_FRONT"
                }
              }
            }
          }
        ]
      }
    },
    "barcode": {
      "rawDataBase64": "string",
      "stringData": "string",
      "firstName": "string",
      "lastName": "string",
      "middleName": "string",
      "fullName": "string",
      "additionalNameInformation": "string",
      "address": "string",
      "placeOfBirth": "string",
      "nationality": "string",
      "race": "string",
      "religion": "string",
      "profession": "string",
      "maritalStatus": "string",
      "residentialStatus": "string",
      "employer": "string",
      "sex": "string",
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      },
      "dateOfIssue": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      },
      "documentNumber": "string",
      "personalIdNumber": "string",
      "documentAdditionalNumber": "string",
      "issuingAuthority": "string",
      "addressDetailedInfo": {
        "street": "string",
        "postalCode": "string",
        "city": "string",
        "jurisdiction": "string"
      },
      "driverLicenseDetailedInfo": {
        "restrictions": "string",
        "endorsements": "string",
        "vehicleClass": "string",
        "conditions": "string",
        "vehicleClassesInfo": [
          {
            "vehicleClass": "string",
            "licenceType": "string",
            "effectiveDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": "string"
            },
            "expiryDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": "string"
            }
          }
        ]
      },
      "extendedElements": [
        {
          "key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
          "value": "string"
        }
      ]
    },
    "frontImageAnalysisResult": {
      "blurred": true,
      "documentImageColorStatus": "NOT_AVAILABLE",
      "documentImageMoireStatus": "NOT_AVAILABLE",
      "faceDetectionStatus": "NOT_AVAILABLE",
      "mrzDetectionStatus": "NOT_AVAILABLE",
      "barcodeDetectionStatus": "NOT_AVAILABLE",
      "cardOrientation": "HORIZONTAL",
      "cardRotation": "ZERO"
    },
    "backImageAnalysisResult": {
      "blurred": true,
      "documentImageColorStatus": "NOT_AVAILABLE",
      "documentImageMoireStatus": "NOT_AVAILABLE",
      "faceDetectionStatus": "NOT_AVAILABLE",
      "mrzDetectionStatus": "NOT_AVAILABLE",
      "barcodeDetectionStatus": "NOT_AVAILABLE",
      "cardOrientation": "HORIZONTAL",
      "cardRotation": "ZERO"
    },
    "processingStatus": "SUCCESS",
    "frontProcessingStatus": "SUCCESS",
    "backProcessingStatus": "SUCCESS",
    "recognitionMode": "NONE",
    "signatureImageBase64": "string",
    "dateOfBirth": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "classInfo": {
      "country": "COUNTRY_NONE",
      "region": "REGION_NONE",
      "type": "TYPE_NONE",
      "countryName": "string",
      "isoAlpha3CountryCode": "string",
      "isoAlpha2CountryCode": "string",
      "isoNumericCountryCode": "string"
    },
    "recognitionStatus": "EMPTY",
    "fathersName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "mothersName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "frontAdditionalProcessingInfo": {
      "missingMandatoryFields": [
        "ADDITIONAL_ADDRESS_INFORMATION"
      ],
      "invalidCharacterFields": [
        "ADDITIONAL_ADDRESS_INFORMATION"
      ],
      "extraPresentFields": [
        "ADDITIONAL_ADDRESS_INFORMATION"
      ]
    },
    "backAdditionalProcessingInfo": {
      "missingMandatoryFields": [
        "ADDITIONAL_ADDRESS_INFORMATION"
      ],
      "invalidCharacterFields": [
        "ADDITIONAL_ADDRESS_INFORMATION"
      ],
      "extraPresentFields": [
        "ADDITIONAL_ADDRESS_INFORMATION"
      ]
    },
    "isBelowAgeLimit": true,
    "age": 0
  },
  "recognitionStatus": "EMPTY"
}

Properties

Name Type Required Restrictions Description
processingStatus DocumentVerificationProcessingStatus¦null false none Status of document verification.
overallFraudCheck OverallFraudCheck¦null false none Overall summary of the complete fraud check.
dataCheck DataCheck¦null false none none
documentLivenessCheck DocumentLivenessCheck¦null false none Checks for the presence of the document.
visualCheck VisualCheck¦null false none Checks based on document elements based on visual indicators; identifies the specific elements that may be anomalous.
documentValidityCheck DocumentValidityCheck¦null false none Checks whether the document has been voided or expired.
imageQualityCheck ImageQualityCheck¦null false none Assesses the visual conditions of the provided image.
extractionResult BlinkIdMultiSideRecognizerOutput¦null false none none
recognitionStatus ResultState true none Possible states of the Recognizer's result.

DocumentVerificationRequest

{
  "imageFront": {
    "imageUrl": "string",
    "imageBase64": "string",
    "imageFile": "string"
  },
  "imageBack": {
    "imageUrl": "string",
    "imageBase64": "string",
    "imageFile": "string"
  },
  "imageBarcode": {
    "imageUrl": "string",
    "imageBase64": "string",
    "imageFile": "string"
  },
  "returnFullDocumentImage": false,
  "returnFaceImage": false,
  "returnSignatureImage": false,
  "returnSecurityFeaturesDocumentImage": true,
  "screenMatchLevel": "DISABLED",
  "photocopyMatchLevel": "DISABLED",
  "barcodeAnomalyMatchLevel": "DISABLED",
  "photoForgeryMatchLevel": "DISABLED",
  "staticSecurityFeaturesMatchLevel": "DISABLED",
  "dataMatchMatchLevel": "DISABLED",
  "verificationSideMode": "MULTI_SIDE",
  "imageFormat": "PNG",
  "treatExpirationAsFraud": true,
  "imageQualityInterpretation": "IGNORE",
  "traceId": "string"
}

Request body for Doc Ver recognition.

Properties

Name Type Required Restrictions Description
imageFront ImageSource¦null true none Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined.
imageBack ImageSource¦null false none Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined.
imageBarcode ImageSource¦null false none Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined.
returnFullDocumentImage boolean¦null false none Defines whether full document image should be extracted. Default FALSE
returnFaceImage boolean¦null false none Defines whether face image should be extracted. Default FALSE
returnSignatureImage boolean¦null false none Defines whether signature image should be extracted. Default FALSE
returnSecurityFeaturesDocumentImage boolean¦null false none Defines whether to return the dewarped document image used for visualizing security features, their locations, and issues that happen with them. Default TRUE
screenMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
photocopyMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
barcodeAnomalyMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
photoForgeryMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
staticSecurityFeaturesMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
dataMatchMatchLevel any false none none

allOf

Name Type Required Restrictions Description
» anonymous MatchLevel false none none

continued

Name Type Required Restrictions Description
verificationSideMode any false none none

allOf

Name Type Required Restrictions Description
» anonymous VerificationSideMode false none none

continued

Name Type Required Restrictions Description
imageFormat any false none none

allOf

Name Type Required Restrictions Description
» anonymous ImageFormat false none none

and

Name Type Required Restrictions Description
» anonymous any false none Defines return image type. Default PNG

continued

Name Type Required Restrictions Description
treatExpirationAsFraud boolean¦null false none Defines whether we treat expiration as fraud. Default TRUE
imageQualityInterpretation ImageQualityInterpretation¦null false none none
traceId string¦null false none none

DriverLicenseDetailedInfo

{
  "restrictions": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "endorsements": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "vehicleClass": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "conditions": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "vehicleClassesInfo": [
    {
      "vehicleClass": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "licenceType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0.1,
            "y": 0.1
          },
          "dimensions": {
            "width": 0.1,
            "height": 0.1
          },
          "side": "SIDE_FRONT"
        }
      },
      "effectiveDate": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "expiryDate": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        }
      }
    }
  ]
}

The driver license detailed info.

Properties

Name Type Required Restrictions Description
restrictions any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The restrictions to driving privileges for the United States driver license owner.

continued

Name Type Required Restrictions Description
endorsements any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional privileges granted to the United States driver license owner.

continued

Name Type Required Restrictions Description
vehicleClass any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The type of vehicle the driver license owner has privilege to drive.

continued

Name Type Required Restrictions Description
conditions any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The driver license conditions.

continued

Name Type Required Restrictions Description
vehicleClassesInfo [VehicleClassInfo]¦null false none The additional information on vehicle class.

FieldCheck

{
  "type": "FIRST_NAME",
  "check": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  }
}

Field check.

Properties

Name Type Required Restrictions Description
type ValueType true none none
check DetailedCheck true none none

FieldType

"ADDITIONAL_ADDRESS_INFORMATION"

Properties

Name Type Required Restrictions Description
anonymous string false none none

Enumerated Values

Property Value
anonymous ADDITIONAL_ADDRESS_INFORMATION
anonymous ADDITIONAL_NAME_INFORMATION
anonymous ADDITIONAL_OPTIONAL_ADDRESS_INFORMATION
anonymous ADDITIONAL_PERSONAL_ID_NUMBER
anonymous ADDRESS
anonymous CLASS_EFFECTIVE_DATE
anonymous CLASS_EXPIRY_DATE
anonymous CONDITIONS
anonymous DATE_OF_BIRTH
anonymous DATE_OF_EXPIRY
anonymous DATE_OF_ISSUE
anonymous DOCUMENT_ADDITIONAL_NUMBER
anonymous DOCUMENT_OPTIONAL_ADDITIONAL_NUMBER
anonymous DOCUMENT_NUMBER
anonymous EMPLOYER
anonymous ENDORSEMENTS
anonymous FATHERS_NAME
anonymous FIRST_NAME
anonymous FULL_NAME
anonymous ISSUING_AUTHORITY
anonymous LAST_NAME
anonymous LICENCE_TYPE
anonymous LOCALIZED_NAME
anonymous MARITAL_STATUS
anonymous MOTHERS_NAME
anonymous MRZ
anonymous NATIONALITY
anonymous PERSONAL_ID_NUMBER
anonymous PLACE_OF_BIRTH
anonymous PROFESSION
anonymous RACE
anonymous RELIGION
anonymous RESIDENTIAL_STATUS
anonymous RESTRICTIONS
anonymous SEX
anonymous VEHICLE_CLASS
anonymous BLOOD_TYPE
anonymous SPONSOR
anonymous VISA_TYPE
anonymous NUMBER_OF_ENTRIES
anonymous DURATION_OF_STAY

FormatCheck

{
  "overall": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "dateOfBirthCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "dateOfExpiryCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "dateOfIssueCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "documentNumberCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "documentAdditionalNumberCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "documentOptionalAdditionalNumberCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "personalIdNumberCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "additionalPersonalIdNumberCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "sexCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "nationalityCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "issuingAuthorityCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "maritalStatusCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "religionCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "classEffectiveDateCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "classExpiryDateCheck": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  }
}

Format check

Properties

Name Type Required Restrictions Description
overall DetailedCheck¦null false none none
dateOfBirthCheck FieldCheck¦null false none Field check.
dateOfExpiryCheck FieldCheck¦null false none Field check.
dateOfIssueCheck FieldCheck¦null false none Field check.
documentNumberCheck FieldCheck¦null false none Field check.
documentAdditionalNumberCheck FieldCheck¦null false none Field check.
documentOptionalAdditionalNumberCheck FieldCheck¦null false none Field check.
personalIdNumberCheck FieldCheck¦null false none Field check.
additionalPersonalIdNumberCheck FieldCheck¦null false none Field check.
sexCheck FieldCheck¦null false none Field check.
nationalityCheck FieldCheck¦null false none Field check.
issuingAuthorityCheck FieldCheck¦null false none Field check.
maritalStatusCheck FieldCheck¦null false none Field check.
religionCheck FieldCheck¦null false none Field check.
classEffectiveDateCheck FieldCheck¦null false none Field check.
classExpiryDateCheck FieldCheck¦null false none Field check.

HealthCheckType

"LIVENESS"

Properties

Name Type Required Restrictions Description
anonymous string false none none

Enumerated Values

Property Value
anonymous LIVENESS
anonymous READINESS

HealthResult

{
  "name": "string",
  "status": {
    "name": "string",
    "description": "string",
    "operational": true,
    "severity": 0
  },
  "details": null
}

Properties

Name Type Required Restrictions Description
name string false none none
status HealthStatus false none none
details any false none none

HealthStatus

{
  "name": "string",
  "description": "string",
  "operational": true,
  "severity": 0
}

Properties

Name Type Required Restrictions Description
name string true none none
description string¦null true none none
operational boolean¦null true none none
severity integer(int32)¦null true none none

ImageAnalysisDetectionStatus

"NOT_AVAILABLE"

Image analysis detection status

Properties

Name Type Required Restrictions Description
Image analysis detection status string false none Detection status determined from the scanned image.

Enumerated Values

Property Value
Image analysis detection status NOT_AVAILABLE
Image analysis detection status NOT_DETECTED
Image analysis detection status DETECTED

ImageAnalysisResult

{
  "blurred": true,
  "documentImageColorStatus": "NOT_AVAILABLE",
  "documentImageMoireStatus": "NOT_AVAILABLE",
  "faceDetectionStatus": "NOT_AVAILABLE",
  "mrzDetectionStatus": "NOT_AVAILABLE",
  "barcodeDetectionStatus": "NOT_AVAILABLE",
  "cardOrientation": "HORIZONTAL",
  "cardRotation": "ZERO"
}

Various information obtained by analysing the scanned image.

Properties

Name Type Required Restrictions Description
blurred boolean¦null false none Whether the image is blurred.
documentImageColorStatus DocumentImageColorStatus¦null false none The color status determined from scanned image.
documentImageMoireStatus ImageAnalysisDetectionStatus¦null false none Detection status determined from the scanned image.
faceDetectionStatus ImageAnalysisDetectionStatus¦null false none Detection status determined from the scanned image.
mrzDetectionStatus ImageAnalysisDetectionStatus¦null false none Detection status determined from the scanned image.
barcodeDetectionStatus ImageAnalysisDetectionStatus¦null false none Detection status determined from the scanned image.
cardOrientation CardOrientation¦null false none Orientation determined from the scanned image.
cardRotation CardRotation¦null false none Rotation determined from the scanned image.

ImageFormat

"JPG"

Image Format

Properties

Name Type Required Restrictions Description
Image Format string false none none

Enumerated Values

Property Value
Image Format JPG
Image Format PNG

ImageQualityCheck

{
  "overall": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "clarityCheck": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "blurCheck": "NOT_PERFORMED"
}

Image quality check.

Properties

Name Type Required Restrictions Description
overall DetailedCheck¦null false none none
clarityCheck DetailedCheck¦null false none none
blurCheck CheckResult¦null false none none

ImageQualityInterpretation

"IGNORE"

Image Quality Interpretation

Properties

Name Type Required Restrictions Description
Image Quality Interpretation string false none none

Enumerated Values

Property Value
Image Quality Interpretation IGNORE
Image Quality Interpretation CONSERVATIVE
Image Quality Interpretation HIGH_ASSURANCE
Image Quality Interpretation HIGH_CONVERSION
Image Quality Interpretation VERY_HIGH_CONVERSION

ImageSource

{
  "imageUrl": "string",
  "imageBase64": "string",
  "imageFile": "string"
}

Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined.

Properties

Name Type Required Restrictions Description
imageUrl string¦null false none Url string of the image.
imageBase64 string¦null false none Base64 string of the image.
imageFile string(binary)¦null false none Multipart image.

LocationInfo

{
  "topLeftCorner": {
    "x": 0.1,
    "y": 0.1
  },
  "dimensions": {
    "width": 0.1,
    "height": 0.1
  },
  "side": "SIDE_FRONT"
}

Properties

Name Type Required Restrictions Description
topLeftCorner Point2df¦null false none none
dimensions Dimensions¦null false none none
side Side¦null false none none

LogicCheck

{
  "overall": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "dateLogicCheck": {
    "overall": "NOT_PERFORMED",
    "dateOfBirthBeforeDateOfIssueCheck": "NOT_PERFORMED",
    "dateOfBirthBeforeDateOfExpiryCheck": "NOT_PERFORMED",
    "dateOfIssueBeforeDateOfExpiryCheck": "NOT_PERFORMED",
    "dateOfBirthInPastCheck": "NOT_PERFORMED",
    "dateOfIssueInPastCheck": "NOT_PERFORMED"
  },
  "mrzCheck": {
    "overall": "NOT_PERFORMED",
    "parsed": "NOT_PERFORMED",
    "checkDigits": "NOT_PERFORMED"
  },
  "documentNumberLogic": {
    "overall": "NOT_PERFORMED"
  },
  "personalIdNumberLogic": {
    "overall": "NOT_PERFORMED"
  }
}

Logic check

Properties

Name Type Required Restrictions Description
overall DetailedCheck¦null false none none
dateLogicCheck DateLogicCheck¦null false none Date logic check.
mrzCheck MrzCheck¦null false none Check digit check.
documentNumberLogic NumberLogic¦null false none Number logic check.
personalIdNumberLogic NumberLogic¦null false none Number logic check.

MatchCheck

{
  "overall": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "firstNameMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "lastNameMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "fullNameMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "addressMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "placeOfBirthMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "raceMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "religionMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "professionMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "maritalStatusMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "residentialStatusMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "employerMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "dateOfBirthMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "dateOfIssueMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "dateOfExpiryMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "documentNumberMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "personalIdNumberMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "documentAdditionalNumberMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  },
  "documentOptionalAdditionalNumberMatch": {
    "type": "FIRST_NAME",
    "check": {
      "result": "NOT_PERFORMED",
      "certaintyLevel": "NOT_PERFORMED"
    }
  }
}

Match check

Properties

Name Type Required Restrictions Description
overall DetailedCheck¦null false none none
firstNameMatch FieldCheck¦null false none Field check.
lastNameMatch FieldCheck¦null false none Field check.
fullNameMatch FieldCheck¦null false none Field check.
addressMatch FieldCheck¦null false none Field check.
placeOfBirthMatch FieldCheck¦null false none Field check.
raceMatch FieldCheck¦null false none Field check.
religionMatch FieldCheck¦null false none Field check.
professionMatch FieldCheck¦null false none Field check.
maritalStatusMatch FieldCheck¦null false none Field check.
residentialStatusMatch FieldCheck¦null false none Field check.
employerMatch FieldCheck¦null false none Field check.
dateOfBirthMatch FieldCheck¦null false none Field check.
dateOfIssueMatch FieldCheck¦null false none Field check.
dateOfExpiryMatch FieldCheck¦null false none Field check.
documentNumberMatch FieldCheck¦null false none Field check.
personalIdNumberMatch FieldCheck¦null false none Field check.
documentAdditionalNumberMatch FieldCheck¦null false none Field check.
documentOptionalAdditionalNumberMatch FieldCheck¦null false none Field check.

MatchLevel

"DISABLED"

Match level

Properties

Name Type Required Restrictions Description
Match level string false none none

Enumerated Values

Property Value
Match level DISABLED
Match level LEVEL_1
Match level LEVEL_2
Match level LEVEL_3
Match level LEVEL_4
Match level LEVEL_5
Match level LEVEL_6
Match level LEVEL_7
Match level LEVEL_8
Match level LEVEL_9
Match level LEVEL_10

MicroblinkEndpointRequest

{}

Properties

None

MrtdDocumentType

"UNKNOWN"

Mrtd document type

Properties

Name Type Required Restrictions Description
Mrtd document type string false none Possible types of Machine Readable Travel Documents (MRTDs).

Enumerated Values

Property Value
Mrtd document type UNKNOWN
Mrtd document type IDENTITY_CARD
Mrtd document type PASSPORT
Mrtd document type VISA
Mrtd document type GREEN_CARD
Mrtd document type MALAYSIAN_PASS_IMM13P
Mrtd document type DRIVER_LICENSE
Mrtd document type INTERNATIONAL_TRAVEL_DOCUMENT
Mrtd document type BORDER_CROSSING_CARD

MrzCheck

{
  "overall": "NOT_PERFORMED",
  "parsed": "NOT_PERFORMED",
  "checkDigits": "NOT_PERFORMED"
}

Check digit check.

Properties

Name Type Required Restrictions Description
overall CheckResult¦null false none none
parsed CheckResult¦null false none none
checkDigits CheckResult¦null false none none

MrzResult

{
  "rawMrzString": "string",
  "documentCode": "string",
  "issuer": "string",
  "documentNumber": "string",
  "opt1": "string",
  "opt2": "string",
  "gender": "string",
  "nationality": "string",
  "primaryId": "string",
  "secondaryId": "string",
  "alienNumber": "string",
  "applicationReceiptNumber": "string",
  "immigrantCaseNumber": "string",
  "mrzVerified": true,
  "mrzParsed": true,
  "dateOfBirth": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": "string"
  },
  "dateOfExpiry": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": "string"
  },
  "documentType": "UNKNOWN",
  "issuerName": "string",
  "nationalityName": "string"
}

The data extracted from the machine readable zone.

Properties

Name Type Required Restrictions Description
rawMrzString string¦null false none The entire Machine Readable Zone text from ID. This string is usually used for parsing other elements.
NOTE: This string is available only if OCR result was parsed successfully.
documentCode string¦null false none The document code. Document code contains two characters. For MRTD the first character shall be A, C or I. The second character shall be discretion of the issuing State or organization except that V shall not be used, and C shall not be used after A except in the crew member certificate. On machine-readable passports (MRP) first character shall be P to designate an MRP. One additional letter may be used, at the discretion of the issuing State or organization, to designate a particular MRP. If the second character position is not used for this purpose, it shall be filled by the filter character <.
issuer string¦null false none Three-letter or two-letter code which indicate the issuing State. Three-letter codes are based on Aplha-3 codes for entities specified in ISO 3166-1, with extensions for certain States. Two-letter codes are based on Aplha-2 codes for entities specified in ISO 3166-1, with extensions for certain States.
documentNumber string¦null false none The document number. Document number contains up to 9 characters. Element does not exist on US Green Card. To see which document was scanned use documentType property.
opt1 string¦null false none The first optional data. Contains empty string if not available. Element does not exist on US Green Card. To see which document was scanned use the documentType property.
opt2 string¦null false none The second optional data. Contains empty string if not available. Element does not exist on Passports and Visas. To see which document was scanned use the documentType property.
gender string¦null false none The gender of the card holder. Gender is specified by use of the single initial, capital letter F for female, M for male or < for unspecified.
nationality string¦null false none The nationality of the holder represented by a three-letter or two-letter code. Three-letter codes are based on Alpha-3 codes for entities specified in ISO 3166-1, with extensions for certain States. Two-letter codes are based on Aplha-2 codes for entities specified in ISO 3166-1, with extensions for certain States.
primaryId string¦null false none The primary indentifier. If there is more than one component, they are separated with space.
secondaryId string¦null false none The secondary identifier. If there is more than one component, they are separated with space.
alienNumber string¦null false none The alien number. Contains empty string if not available. Exists only on US Green Cards. To see which document was scanned use the documentType property.
applicationReceiptNumber string¦null false none The application receipt number. Contains empty string if not available. Exists only on US Green Cards. To see which document was scanned use the documentType property.
immigrantCaseNumber string¦null false none The immigrant case number. Contains empty string if not available. Exists only on US Green Cards. To see which document was scanned use the documentType property.
mrzVerified boolean¦null false none True if all check digits inside MRZ are correct, false otherwise.
mrzParsed boolean¦null false none True if Machine Readable Zone has been parsed, false otherwise.
dateOfBirth Date¦null false none none
dateOfExpiry Date¦null false none none
documentType MrtdDocumentType¦null false none Possible types of Machine Readable Travel Documents (MRTDs).
issuerName string¦null false none Returns full issuer name that is expanded from the three-letter or two-letter code which indicate the issuing State.
nationalityName string¦null false none Returns full nationality of the holder, which is expanded from the three-letter or two-letter nationality code.

NumberLogic

{
  "overall": "NOT_PERFORMED"
}

Number logic check.

Properties

Name Type Required Restrictions Description
overall CheckResult¦null false none none

OverallFraudCheck

{
  "performedChecks": 0,
  "result": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  }
}

Overall fraud check

Properties

Name Type Required Restrictions Description
performedChecks integer(int32)¦null false none none
result DetailedCheck¦null false none none

Point2df

{
  "x": 0.1,
  "y": 0.1
}

Properties

Name Type Required Restrictions Description
x number(float)¦null false none none
y number(float)¦null false none none

ProcessingStatus

"SUCCESS"

Processing status

Properties

Name Type Required Restrictions Description
Processing status string false none Detailed information about the recognition process.

Enumerated Values

Property Value
Processing status SUCCESS
Processing status DETECTION_FAILED
Processing status IMAGE_PREPROCESSING_FAILED
Processing status STABILITY_TEST_FAILED
Processing status SCANNING_WRONG_SIDE
Processing status FIELD_IDENTIFICATION_FAILED
Processing status MANDATORY_FIELD_MISSING
Processing status INVALID_CHARACTERS_FOUND
Processing status IMAGE_RETURN_FAILED
Processing status BARCODE_RECOGNITION_FAILED
Processing status MRZ_PARSING_FAILED
Processing status CLASS_FILTERED
Processing status UNSUPPORTED_CLASS
Processing status UNSUPPORTED_BY_LICENSE
Processing status AWAITING_OTHER_SIDE
Processing status NOT_SCANNED

RecognitionMode

"NONE"

Recognition mode

Properties

Name Type Required Restrictions Description
Recognition mode string false none Recognition mode used to scan current document.

Enumerated Values

Property Value
Recognition mode NONE
Recognition mode MRZ_ID
Recognition mode MRZ_VISA
Recognition mode MRZ_PASSPORT
Recognition mode PHOTO_ID
Recognition mode FULL_RECOGNITION
Recognition mode BARCODE_ID

Region

"REGION_NONE"

Region

Properties

Name Type Required Restrictions Description
Region string false none Document region.

Enumerated Values

Property Value
Region REGION_NONE
Region REGION_ALABAMA
Region REGION_ALASKA
Region REGION_ALBERTA
Region REGION_ARIZONA
Region REGION_ARKANSAS
Region REGION_AUSTRALIAN_CAPITAL_TERRITORY
Region REGION_BRITISH_COLUMBIA
Region REGION_CALIFORNIA
Region REGION_COLORADO
Region REGION_CONNECTICUT
Region REGION_DELAWARE
Region REGION_DISTRICT_OF_COLUMBIA
Region REGION_FLORIDA
Region REGION_GEORGIA
Region REGION_HAWAII
Region REGION_IDAHO
Region REGION_ILLINOIS
Region REGION_INDIANA
Region REGION_IOWA
Region REGION_KANSAS
Region REGION_KENTUCKY
Region REGION_LOUISIANA
Region REGION_MAINE
Region REGION_MANITOBA
Region REGION_MARYLAND
Region REGION_MASSACHUSETTS
Region REGION_MICHIGAN
Region REGION_MINNESOTA
Region REGION_MISSISSIPPI
Region REGION_MISSOURI
Region REGION_MONTANA
Region REGION_NEBRASKA
Region REGION_NEVADA
Region REGION_NEW_BRUNSWICK
Region REGION_NEW_HAMPSHIRE
Region REGION_NEW_JERSEY
Region REGION_NEW_MEXICO
Region REGION_NEW_SOUTH_WALES
Region REGION_NEW_YORK
Region REGION_NORTHERN_TERRITORY
Region REGION_NORTH_CAROLINA
Region REGION_NORTH_DAKOTA
Region REGION_NOVA_SCOTIA
Region REGION_OHIO
Region REGION_OKLAHOMA
Region REGION_ONTARIO
Region REGION_OREGON
Region REGION_PENNSYLVANIA
Region REGION_QUEBEC
Region REGION_QUEENSLAND
Region REGION_RHODE_ISLAND
Region REGION_SASKATCHEWAN
Region REGION_SOUTH_AUSTRALIA
Region REGION_SOUTH_CAROLINA
Region REGION_SOUTH_DAKOTA
Region REGION_TASMANIA
Region REGION_TENNESSEE
Region REGION_TEXAS
Region REGION_UTAH
Region REGION_VERMONT
Region REGION_VICTORIA
Region REGION_VIRGINIA
Region REGION_WASHINGTON
Region REGION_WESTERN_AUSTRALIA
Region REGION_WEST_VIRGINIA
Region REGION_WISCONSIN
Region REGION_WYOMING
Region REGION_YUKON
Region REGION_CIUDAD_DE_MEXICO
Region REGION_JALISCO
Region REGION_NEWFOUNDLAND_AND_LABRADOR
Region REGION_NUEVO_LEON
Region REGION_BAJA_CALIFORNIA
Region REGION_CHIHUAHUA
Region REGION_GUANAJUATO
Region REGION_GUERRERO
Region REGION_MEXICO
Region REGION_MICHOACAN
Region REGION_NEW_YORK_CITY
Region REGION_TAMAULIPAS
Region REGION_VERACRUZ
Region REGION_CHIAPAS
Region REGION_COAHUILA
Region REGION_DURANGO
Region REGION_GUERRERO_COCULA
Region REGION_GUERRERO_JUCHITAN
Region REGION_GUERRERO_TEPECOACUILCO
Region REGION_GUERRERO_TLACOAPA
Region REGION_GUJARAT
Region REGION_HIDALGO
Region REGION_KARNATAKA
Region REGION_KERALA
Region REGION_KHYBER_PAKHTUNKHWA
Region REGION_MADHYA_PRADESH
Region REGION_MAHARASHTRA
Region REGION_MORELOS
Region REGION_NAYARIT
Region REGION_OAXACA
Region REGION_PUEBLA
Region REGION_PUNJAB
Region REGION_QUERETARO
Region REGION_SAN_LUIS_POTOSI
Region REGION_SINALOA
Region REGION_SONORA
Region REGION_TABASCO
Region REGION_TAMIL_NADU
Region REGION_YUCATAN
Region REGION_ZACATECAS
Region REGION_AGUASCALIENTES
Region REGION_BAJA_CALIFORNIA_SUR
Region REGION_CAMPECHE
Region REGION_COLIMA
Region REGION_QUINTANA_ROO_BENITO_JUAREZ
Region REGION_QUINTANA_ROO
Region REGION_QUINTANA_ROO_SOLIDARIDAD
Region REGION_TLAXCALA
Region REGION_QUINTANA_ROO_COZUMEL
Region REGION_SAO_PAOLO
Region REGION_RIO_DE_JANEIRO
Region REGION_RIO_GRANDE_DO_SUL
Region REGION_NORTHWEST_TERRITORIES
Region REGION_NUNAVUT
Region REGION_PRINCE_EDWARD_ISLAND
Region REGION_DISTRITO_FEDERAL
Region REGION_MARANHAO
Region REGION_MATO_GROSSO
Region REGION_MINAS_GERAIS
Region REGION_PARA
Region REGION_PARANA
Region REGION_PERNAMBUCO
Region REGION_SANTA_CATARINA
Region REGION_ANDHRA_PRADESH
Region REGION_CEARA
Region REGION_GOIAS
Region REGION_GUERRERO_ACAPULCO_DE_JUAREZ
Region REGION_HARYANA
Region REGION_SERGIPE

ResultState

"EMPTY"

Result state

Properties

Name Type Required Restrictions Description
Result state string false none Possible states of the Recognizer's result.

Enumerated Values

Property Value
Result state EMPTY
Result state UNCERTAIN
Result state VALID
Result state STAGE_VALID

SSFBox

{
  "x": 0.1,
  "y": 0.1,
  "width": 0.1,
  "height": 0.1
}

Rectangle frame.

Properties

Name Type Required Restrictions Description
x number(double)¦null false none The x coordinate of the origin
y number(double)¦null false none The y coordinate of the origin
width number(double)¦null false none The width of the rect
height number(double)¦null false none The height of the rect

SegmentResult

{
  "rectangleF": {
    "x": 0.1,
    "y": 0.1,
    "width": 0.1,
    "height": 0.1
  },
  "checkResult": "NOT_PERFORMED"
}

Segment result

Properties

Name Type Required Restrictions Description
rectangleF any false none none

allOf

Name Type Required Restrictions Description
» anonymous SSFBox false none none

and

Name Type Required Restrictions Description
» anonymous any false none Relative box of the analysed 2D feature segment.

continued

Name Type Required Restrictions Description
checkResult any false none none

allOf

Name Type Required Restrictions Description
» anonymous CheckResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Determines if the analysed 2D feature segment is verified

Side

"SIDE_FRONT"

Properties

Name Type Required Restrictions Description
anonymous string false none none

Enumerated Values

Property Value
anonymous SIDE_FRONT
anonymous SIDE_BACK

StaticSecurityFeatureCheck

{
  "processingStatus": "NOT_PERFORMED",
  "segmentResult": [
    {
      "rectangleF": {
        "x": 0.1,
        "y": 0.1,
        "width": 0.1,
        "height": 0.1
      },
      "checkResult": "NOT_PERFORMED"
    }
  ],
  "fullDocumentImageBase64": "string",
  "score": 0.1,
  "overall": "NOT_PERFORMED"
}

Static security feature check

Properties

Name Type Required Restrictions Description
processingStatus any false none none

allOf

Name Type Required Restrictions Description
» anonymous StaticSecurityFeatureCheckProcessingStatus false none none

and

Name Type Required Restrictions Description
» anonymous any false none Status of static security feature analysis.

continued

Name Type Required Restrictions Description
segmentResult [SegmentResult]¦null false none List of segments that are checked on the processed document.
fullDocumentImageBase64 string¦null false none The full document image.
score number(double)¦null false none Ratio of verified segments of the document.
overall any false none none

allOf

Name Type Required Restrictions Description
» anonymous CheckResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Overall results based on checks for static security features.

StaticSecurityFeatureCheckProcessingStatus

"NOT_PERFORMED"

Static security feature check processing status

Properties

Name Type Required Restrictions Description
Static security feature check processing status string false none none

Enumerated Values

Property Value
Static security feature check processing status NOT_PERFORMED
Static security feature check processing status UNSUPPORTED_BY_DOCUMENT
Static security feature check processing status PERFORMED

StringResult

{
  "latin": "string",
  "latinLocation": {
    "topLeftCorner": {
      "x": 0.1,
      "y": 0.1
    },
    "dimensions": {
      "width": 0.1,
      "height": 0.1
    },
    "side": "SIDE_FRONT"
  },
  "cyrillic": "string",
  "cyrillicLocation": {
    "topLeftCorner": {
      "x": 0.1,
      "y": 0.1
    },
    "dimensions": {
      "width": 0.1,
      "height": 0.1
    },
    "side": "SIDE_FRONT"
  },
  "arabic": "string",
  "arabicLocation": {
    "topLeftCorner": {
      "x": 0.1,
      "y": 0.1
    },
    "dimensions": {
      "width": 0.1,
      "height": 0.1
    },
    "side": "SIDE_FRONT"
  }
}

Properties

Name Type Required Restrictions Description
latin string¦null false none The result of recognition in latin.
latinLocation any false none none

allOf

Name Type Required Restrictions Description
» anonymous LocationInfo false none none

and

Name Type Required Restrictions Description
» anonymous any false none The location latin recognition.

continued

Name Type Required Restrictions Description
cyrillic string¦null false none The result of recognition in cyrillic.
cyrillicLocation any false none none

allOf

Name Type Required Restrictions Description
» anonymous LocationInfo false none none

and

Name Type Required Restrictions Description
» anonymous any false none The location cyrillic recognition.

continued

Name Type Required Restrictions Description
arabic string¦null false none The result of recognition in arabic.
arabicLocation any false none none

allOf

Name Type Required Restrictions Description
» anonymous LocationInfo false none none

and

Name Type Required Restrictions Description
» anonymous any false none The location arabic recognition.

SuspiciousDataCheck

{
  "overall": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "sampleStringCheck": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  },
  "suspiciousNumberCheck": {
    "result": "NOT_PERFORMED",
    "certaintyLevel": "NOT_PERFORMED"
  }
}

Properties

Name Type Required Restrictions Description
overall DetailedCheck¦null false none none
sampleStringCheck DetailedCheck¦null false none none
suspiciousNumberCheck DetailedCheck¦null false none none

TieredCheck

{
  "result": "NOT_PERFORMED",
  "matchLevel": "DISABLED",
  "satisfiedMatchLevel": "DISABLED"
}

Tiered check.

Properties

Name Type Required Restrictions Description
result CheckResult¦null false none none
matchLevel MatchLevel¦null false none none
satisfiedMatchLevel MatchLevel¦null false none none

Type

"TYPE_NONE"

Type

Properties

Name Type Required Restrictions Description
Type string false none Document type.

Enumerated Values

Property Value
Type TYPE_NONE
Type TYPE_CONSULAR_ID
Type TYPE_DL
Type TYPE_DL_PUBLIC_SERVICES_CARD
Type TYPE_EMPLOYMENT_PASS
Type TYPE_FIN_CARD
Type TYPE_ID
Type TYPE_MULTIPURPOSE_ID
Type TYPE_MyKad
Type TYPE_MyKid
Type TYPE_MyPR
Type TYPE_MyTentera
Type TYPE_PAN_CARD
Type TYPE_PROFESSIONAL_ID
Type TYPE_PUBLIC_SERVICES_CARD
Type TYPE_RESIDENCE_PERMIT
Type TYPE_RESIDENT_ID
Type TYPE_TEMPORARY_RESIDENCE_PERMIT
Type TYPE_VOTER_ID
Type TYPE_WORK_PERMIT
Type TYPE_iKAD
Type TYPE_MILITARY_ID
Type TYPE_MyKAS
Type TYPE_SOCIAL_SECURITY_CARD
Type TYPE_HEALTH_INSURANCE_CARD
Type TYPE_PASSPORT
Type TYPE_S_PASS
Type TYPE_ADDRESS_CARD
Type TYPE_ALIEN_ID
Type TYPE_ALIEN_PASSPORT
Type TYPE_GREEN_CARD
Type TYPE_MINORS_ID
Type TYPE_POSTAL_ID
Type TYPE_PROFESSIONAL_DL
Type TYPE_TAX_ID
Type TYPE_WEAPON_PERMIT
Type TYPE_VISA
Type TYPE_BORDER_CROSSING_CARD
Type TYPE_DRIVER_CARD
Type TYPE_GLOBAL_ENTRY_CARD
Type TYPE_MyPolis
Type TYPE_NEXUS_CARD
Type TYPE_PASSPORT_CARD
Type TYPE_PROOF_OF_AGE_CARD
Type TYPE_REFUGEE_ID
Type TYPE_TRIBAL_ID
Type TYPE_VETERAN_ID
Type TYPE_CITIZENSHIP_CERTIFICATE
Type TYPE_MY_NUMBER_CARD
Type TYPE_CONSULAR_PASSPORT
Type TYPE_MINORS_PASSPORT
Type TYPE_MINORS_PUBLIC_SERVICES_CARD
Type TYPE_DRIVING_PRIVILEGE_CARD
Type TYPE_ASYLUM_REQUEST
Type TYPE_DRIVER_QUALIFICATION_CARD
Type TYPE_PROVISIONAL_DL
Type TYPE_REFUGEE_PASSPORT
Type TYPE_SPECIAL_ID
Type TYPE_UNIFORMED_SERVICES_ID
Type TYPE_IMMIGRANT_VISA
Type TYPE_CONSULAR_VOTER_ID
Type TYPE_TWIC_CARD
Type TYPE_EXIT_ENTRY_PERMIT
Type TYPE_MAINLAND_TRAVEL_PERMIT_TAIWAN
Type TYPE_NBI_CLEARANCE
Type TYPE_PROOF_OF_REGISTRATION
Type TYPE_TEMPORARY_PROTECTION_PERMIT

VIZResult

{
  "firstName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "lastName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "fullName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "additionalNameInformation": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "localizedName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "address": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "additionalAddressInformation": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "additionalOptionalAddressInformation": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "placeOfBirth": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "nationality": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "race": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "religion": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "profession": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "maritalStatus": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "residentialStatus": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "employer": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "sex": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "dateOfBirth": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    }
  },
  "dateOfIssue": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    }
  },
  "dateOfExpiry": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    }
  },
  "dateOfExpiryPermanent": true,
  "documentNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "personalIdNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "documentAdditionalNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "additionalPersonalIdNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "documentOptionalAdditionalNumber": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "issuingAuthority": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "fathersName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "mothersName": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "bloodType": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "sponsor": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "driverLicenseDetailedInfo": {
    "restrictions": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "endorsements": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "vehicleClass": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "conditions": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    },
    "vehicleClassesInfo": [
      {
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "licenceType": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0.1,
              "y": 0.1
            },
            "dimensions": {
              "width": 0.1,
              "height": 0.1
            },
            "side": "SIDE_FRONT"
          }
        },
        "effectiveDate": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "expiryDate": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0.1,
                "y": 0.1
              },
              "dimensions": {
                "width": 0.1,
                "height": 0.1
              },
              "side": "SIDE_FRONT"
            }
          }
        }
      }
    ]
  }
}

The data extracted from the visual inspection zone.

Properties

Name Type Required Restrictions Description
firstName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The first name of the document owner.

continued

Name Type Required Restrictions Description
lastName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The last name of the document owner.

continued

Name Type Required Restrictions Description
fullName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The full name of the document owner.

continued

Name Type Required Restrictions Description
additionalNameInformation any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional name information of the document owner.

continued

Name Type Required Restrictions Description
localizedName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The localized name of the document.

continued

Name Type Required Restrictions Description
address any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The address of the document owner.

continued

Name Type Required Restrictions Description
additionalAddressInformation any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional address information of the document owner.

continued

Name Type Required Restrictions Description
additionalOptionalAddressInformation any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The one more additional address information of the document owner.

continued

Name Type Required Restrictions Description
placeOfBirth any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The place of birth of the document owner.

continued

Name Type Required Restrictions Description
nationality any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The nationality of the documet owner.

continued

Name Type Required Restrictions Description
race any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The race of the document owner.

continued

Name Type Required Restrictions Description
religion any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The religion of the document owner.

continued

Name Type Required Restrictions Description
profession any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The profession of the document owner.

continued

Name Type Required Restrictions Description
maritalStatus any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The marital status of the document owner.

continued

Name Type Required Restrictions Description
residentialStatus any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The residential stauts of the document owner.

continued

Name Type Required Restrictions Description
employer any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The employer of the document owner.

continued

Name Type Required Restrictions Description
sex any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The sex of the document owner.

continued

Name Type Required Restrictions Description
dateOfBirth DateResult¦null false none none
dateOfIssue DateResult¦null false none none
dateOfExpiry DateResult¦null false none none
dateOfExpiryPermanent boolean¦null false none Determines if date of expiry is permanent.
documentNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The document number.

continued

Name Type Required Restrictions Description
personalIdNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The personal identification number.

continued

Name Type Required Restrictions Description
documentAdditionalNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional number of the document.

continued

Name Type Required Restrictions Description
additionalPersonalIdNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The additional personal identification number.

continued

Name Type Required Restrictions Description
documentOptionalAdditionalNumber any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The one more additional number of the document.

continued

Name Type Required Restrictions Description
issuingAuthority any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The issuing authority of the document.

continued

Name Type Required Restrictions Description
fathersName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The fathers name of the document owner.

continued

Name Type Required Restrictions Description
mothersName any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The mothers name of the document owner.

continued

Name Type Required Restrictions Description
bloodType any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Blood type of the document owner.

continued

Name Type Required Restrictions Description
sponsor any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Sponsor of the document owner.

continued

Name Type Required Restrictions Description
driverLicenseDetailedInfo DriverLicenseDetailedInfo¦null false none The driver license detailed info.

ValueType

"FIRST_NAME"

Value Type

Properties

Name Type Required Restrictions Description
Value Type string false none none

Enumerated Values

Property Value
Value Type FIRST_NAME
Value Type LAST_NAME
Value Type FULL_NAME
Value Type ADDITIONAL_NAME_INFORMATION
Value Type LOCALIZED_NAME
Value Type FATHERS_NAME
Value Type MOTHERS_NAME
Value Type ADDRESS
Value Type ADDITIONAL_ADDRESS_INFORMATION
Value Type ADDITIONAL_OPTIONAL_ADDRESS_INFORMATION
Value Type PLACE_OF_BIRTH
Value Type NATIONALITY
Value Type RACE
Value Type RELIGION
Value Type PROFESSION
Value Type MARITAL_STATUS
Value Type RESIDENTIAL_STATUS
Value Type EMPLOYER
Value Type SEX
Value Type DATE_OF_BIRTH
Value Type DATE_OF_ISSUE
Value Type DATE_OF_EXPIRY
Value Type DOCUMENT_NUMBER
Value Type PERSONAL_ID_NUMBER
Value Type DOCUMENT_ADDITIONAL_NUMBER
Value Type DOCUMENT_OPTIONAL_ADDITIONAL_NUMBER
Value Type ADDITIONAL_PERSONAL_ID_NUMBER
Value Type ISSUING_AUTHORITY
Value Type DRIVER_LICENSE_DETAILED_INFO
Value Type MRZ
Value Type CLASS_EFFECTIVE_DATE
Value Type CLASS_EXPIRY_DATE

VehicleClassInfo

{
  "vehicleClass": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "licenceType": {
    "latin": "string",
    "latinLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "cyrillic": "string",
    "cyrillicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    },
    "arabic": "string",
    "arabicLocation": {
      "topLeftCorner": {
        "x": 0.1,
        "y": 0.1
      },
      "dimensions": {
        "width": 0.1,
        "height": 0.1
      },
      "side": "SIDE_FRONT"
    }
  },
  "effectiveDate": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    }
  },
  "expiryDate": {
    "day": 0,
    "month": 0,
    "year": 0,
    "successfullyParsed": true,
    "filledByDomainKnowledge": true,
    "originalString": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0.1,
          "y": 0.1
        },
        "dimensions": {
          "width": 0.1,
          "height": 0.1
        },
        "side": "SIDE_FRONT"
      }
    }
  }
}

The additional information on vehicle class.

Properties

Name Type Required Restrictions Description
vehicleClass any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The type of vehicle the driver license owner has privilege to drive.

continued

Name Type Required Restrictions Description
licenceType any false none none

allOf

Name Type Required Restrictions Description
» anonymous StringResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The type of driver licence.

continued

Name Type Required Restrictions Description
effectiveDate any false none none

allOf

Name Type Required Restrictions Description
» anonymous DateResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The date since licence is effective

continued

Name Type Required Restrictions Description
expiryDate any false none none

allOf

Name Type Required Restrictions Description
» anonymous DateResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none The date of expiry of licence.

VerificationSideMode

"MULTI_SIDE"

Verification side mode

Properties

Name Type Required Restrictions Description
Verification side mode string false none none

Enumerated Values

Property Value
Verification side mode MULTI_SIDE
Verification side mode FRONT_ONLY

VersionResponse

{
  "apiVersion": "string",
  "coreVersion": "string"
}

Properties

Name Type Required Restrictions Description
apiVersion string true none none
coreVersion string true none none

VisualCheck

{
  "overall": "NOT_PERFORMED",
  "photoForgeryCheck": "NOT_PERFORMED",
  "securityFeatures": {
    "processingStatus": "NOT_PERFORMED",
    "segmentResult": [
      {
        "rectangleF": {
          "x": 0.1,
          "y": 0.1,
          "width": 0.1,
          "height": 0.1
        },
        "checkResult": "NOT_PERFORMED"
      }
    ],
    "fullDocumentImageBase64": "string",
    "score": 0.1,
    "overall": "NOT_PERFORMED"
  }
}

Visual check

Properties

Name Type Required Restrictions Description
overall any false none none

allOf

Name Type Required Restrictions Description
» anonymous CheckResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Overall result based on checks performed on visual document elements.

continued

Name Type Required Restrictions Description
photoForgeryCheck any false none none

allOf

Name Type Required Restrictions Description
» anonymous CheckResult false none none

and

Name Type Required Restrictions Description
» anonymous any false none Checks whether the photo of the person has been tampered with.

continued

Name Type Required Restrictions Description
securityFeatures StaticSecurityFeatureCheck¦null false none Checks for inconsistencies on document security features (such as logos, flags, signatures, etc.).

Release Notes

Release notes

2.7.0

What's new

API Changes

Bugfixes

2.6.0

API Changes

2.6.0

API Changes

2.5.0

What’s New

2.4.1

What's New

API Changes:

2.3.4

2.3.3

2.3.2

2.3.1

2.3.0

Improvements for existing features:

2.2.0

Improvements for existing features:

API Changes:

2.1.0

Improvements for existing features:

2.0.18

Improvements for existing features:

API Changes:

Overall Fraud Score

Data Checks

Logic Checks

2.0.17

Improvements for existing features:

Visual Checks

2.0.0-beta

Added new data checks:

Removed: