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

DocumentLocation

import type { DocumentLocation } from "https://aws-api.deno.dev/v0.4/services/textract.ts?docs=full";

The Amazon S3 bucket that contains the document to be processed. It's used by asynchronous operations.

The input document can be an image file in JPEG or PNG format. It can also be a file in PDF format.

interface DocumentLocation {
S3Object?: S3Object | null;
}

§Properties

§
S3Object?: S3Object | null
[src]

The Amazon S3 bucket that contains the input document.