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

StartDocumentAnalysisResponse

import type { StartDocumentAnalysisResponse } from "https://aws-api.deno.dev/v0.3/services/textract.ts?docs=full";
interface StartDocumentAnalysisResponse {
JobId?: string | null;
}

§Properties

§
JobId?: string | null
[src]

The identifier for the document text detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis. A JobId value is only valid for 7 days.