interface DetectDocumentTextResponse {
    Blocks?: Block[];
    DetectDocumentTextModelVersion?: string;
    DocumentMetadata?: DocumentMetadata;
}

Hierarchy (view full)

Properties

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.