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

StartExpenseAnalysisResponse

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

§Properties

§
JobId?: string | null
[src]

A unique identifier for the text detection job. The JobId is returned from StartExpenseAnalysis. A JobId value is only valid for 7 days.