ProofOfAddressV1Document
extends Prediction
in package
Proof of Address API version 1.1 document data.
Table of Contents
Properties
- $date : DateField
- $dates : array<string|int, DateField>
- $issuerAddress : StringField
- $issuerCompanyRegistration : array<string|int, CompanyRegistrationField>
- $issuerName : StringField
- $locale : LocaleField
- $recipientAddress : StringField
- $recipientCompanyRegistration : array<string|int, CompanyRegistrationField>
- $recipientName : StringField
Methods
- __construct() : mixed
- __toString() : string
Properties
$date
public
DateField
$date
The date the document was issued.
$dates
public
array<string|int, DateField>
$dates
List of dates found on the document.
$issuerAddress
public
StringField
$issuerAddress
The address of the document's issuer.
$issuerCompanyRegistration
public
array<string|int, CompanyRegistrationField>
$issuerCompanyRegistration
List of company registrations found for the issuer.
$issuerName
public
StringField
$issuerName
The name of the person or company issuing the document.
$locale
public
LocaleField
$locale
The locale detected on the document.
$recipientAddress
public
StringField
$recipientAddress
The address of the recipient.
$recipientCompanyRegistration
public
array<string|int, CompanyRegistrationField>
$recipientCompanyRegistration
List of company registrations found for the recipient.
$recipientName
public
StringField
$recipientName
The name of the person or company receiving the document.
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
__toString()
public
__toString() : string
Return values
string —String representation.