The output of GetLendingAnalysisCommand.

interface GetLendingAnalysisCommandOutput {
    $metadata: ResponseMetadata;
    AnalyzeLendingModelVersion?: string;
    DocumentMetadata?: DocumentMetadata;
    JobStatus?: JobStatus;
    NextToken?: string;
    Results?: LendingResult[];
    StatusMessage?: string;
    Warnings?: Warning[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

AnalyzeLendingModelVersion?: string

The current model version of the Analyze Lending API.

DocumentMetadata?: DocumentMetadata

Information about the input document.

JobStatus?: JobStatus

The current status of the lending analysis job.

NextToken?: string

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[]

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

StatusMessage?: string

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

Warnings?: Warning[]

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