Summary information about documents grouped by the same document type.

interface DocumentGroup {
    DetectedSignatures?: DetectedSignature[];
    SplitDocuments?: SplitDocument[];
    Type?: string;
    UndetectedSignatures?: UndetectedSignature[];
}

Properties

DetectedSignatures?: DetectedSignature[]

A list of the detected signatures found in a document group.

SplitDocuments?: SplitDocument[]

An array that contains information about the pages of a document, defined by logical boundary.

Type?: string

The type of document that Amazon Textract has detected. See Analyze Lending Response Objects for a list of all types returned by Textract.

UndetectedSignatures?: UndetectedSignature[]

A list of any expected signatures not found in a document group.