Configuration object interface for ExtractedField
Signature:
export interface IExtractedField
Properties
Property | Type |
---|---|
boundsOfInterest | string |
documentSide | DocumentSide |
name | string |
value | string |
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;