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

GetLendingAnalysisResponse

import type { GetLendingAnalysisResponse } from "https://aws-api.deno.dev/v0.4/services/textract.ts?docs=full";
interface GetLendingAnalysisResponse {
AnalyzeLendingModelVersion?: string | null;
DocumentMetadata?: DocumentMetadata | null;
JobStatus?: JobStatus | null;
NextToken?: string | null;
Results?: LendingResult[] | null;
StatusMessage?: string | 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.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of lending results.

§
Results?: LendingResult[] | null
[src]

Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.

§
StatusMessage?: string | null
[src]

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

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

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