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

GetLendingAnalysisSummaryResponse

import type { GetLendingAnalysisSummaryResponse } from "https://aws-api.deno.dev/v0.4/services/textract.ts?docs=full";
interface GetLendingAnalysisSummaryResponse {
AnalyzeLendingModelVersion?: string | null;
DocumentMetadata?: DocumentMetadata | null;
JobStatus?: JobStatus | null;
StatusMessage?: string | null;
Summary?: LendingSummary | null;
Warnings?: Warning[] | null;
}

§Properties

§
AnalyzeLendingModelVersion?: string | null
[src]

The current model version of the Analyze Lending API.

§
DocumentMetadata?: DocumentMetadata | null
[src]
§
JobStatus?: JobStatus | null
[src]

The current status of the lending analysis job.

§
StatusMessage?: string | null
[src]

Returns if the lending analysis could not be completed. Contains explanation for what error occurred.

§
Summary?: LendingSummary | null
[src]

Contains summary information for documents grouped by type.

§
Warnings?: Warning[] | null
[src]

A list of warnings that occurred during the lending analysis operation.