IExtractedField – GBG IDscan Documentation

IExtractedField

Configuration object interface for ExtractedField

Signature:

export interface IExtractedField 

Properties

PropertyType
boundsOfIntereststring
documentSideDocumentSide
namestring
valuestring

IExtractedField.boundsOfInterest property

Signature:

readonly boundsOfInterest: string;

IExtractedField.documentSide property

Signature:

readonly documentSide: DocumentSide;

IExtractedField.name property

Signature:

readonly name: string;

IExtractedField.value property

Signature:

readonly value: string;

Was this page helpful?