Documentation

InternationalIdV2Document extends Prediction
in package

International ID API version 2.1 document data.

Table of Contents

Properties

$address  : StringField
$birthDate  : DateField
$birthPlace  : StringField
$countryOfIssue  : StringField
$documentNumber  : StringField
$documentType  : ClassificationField
$expiryDate  : DateField
$givenNames  : array<string|int, StringField>
$issueDate  : DateField
$mrzLine1  : StringField
$mrzLine2  : StringField
$mrzLine3  : StringField
$nationality  : StringField
$personalNumber  : StringField
$sex  : StringField
$stateOfIssue  : StringField
$surnames  : array<string|int, StringField>

Methods

__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
$rawPrediction : array<string|int, mixed>

Raw prediction from HTTP response.

$pageId : int|null = null

Page number for multi pages document.

Tags
throws
MindeeUnsetException

Throws if a field doesn't appear in the response.


        
On this page

Search results