IExtendedDocument – GBG IDscan Documentation

IExtendedDocument

An extended document description returned from the services

Signature:

export interface IExtendedDocument extends IDocument 

Properties

PropertyTypeDescription
blurCheckbooleanHas the document passed the blurriness check?
dateTimeDateThe Date and Time of the capture
glareCheckbooleanHas the document passed the glare check?
lowResolutionCheckbooleanHas the document passed the low-resolution check?
scannerIpstringThe address of the scanner which captured the document
scanReferencestringThe 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;

Was this page helpful?