An extended document description returned from the services
Signature:
export interface IExtendedDocument extends IDocument
Properties
Property | Type | Description |
---|---|---|
blurCheck | boolean | Has the document passed the blurriness check? |
dateTime | Date | The Date and Time of the capture |
glareCheck | boolean | Has the document passed the glare check? |
lowResolutionCheck | boolean | Has the document passed the low-resolution check? |
scannerIp | string | The address of the scanner which captured the document |
scanReference | string | The reference assigned by the services for this journey |
IExtendedDocument.blurCheck property
Has the document passed the blurriness check?
Signature:
readonly blurCheck?: boolean;
IExtendedDocument.dateTime property
The Date and Time of the capture
Signature:
readonly dateTime?: Date;
IExtendedDocument.glareCheck property
Has the document passed the glare check?
Signature:
readonly glareCheck?: boolean;
IExtendedDocument.lowResolutionCheck property
Has the document passed the low resolution check?
Signature:
readonly lowResolutionCheck?: boolean;
IExtendedDocument.scannerIp property
The address of the scanner which captured the document
Signature:
readonly scannerIp?: string;
IExtendedDocument.scanReference property
The reference assigned by the services for this journey
Signature:
readonly scanReference?: string;