Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DetectDocumentTextResponse

import type { DetectDocumentTextResponse } from "https://aws-api.deno.dev/v0.3/services/textract.ts?docs=full";
interface DetectDocumentTextResponse {
Blocks?: Block[] | null;
DetectDocumentTextModelVersion?: string | null;
DocumentMetadata?: DocumentMetadata | null;
}

§Properties

§
Blocks?: Block[] | null
[src]

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

§
DetectDocumentTextModelVersion?: string | null
[src]
§
DocumentMetadata?: DocumentMetadata | null
[src]

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