The output of DetectDocumentTextCommand.

interface DetectDocumentTextCommandOutput {
    $metadata: ResponseMetadata;
    Blocks?: Block[];
    DetectDocumentTextModelVersion?: string;
    DocumentMetadata?: DocumentMetadata;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Blocks?: Block[]

An array of Block objects that contain the text that's detected in the document.

DetectDocumentTextModelVersion?: string

DocumentMetadata?: DocumentMetadata

Metadata about the document. It contains the number of pages that are detected in the document.