The output of GetDocumentAnalysisCommand.

interface GetDocumentAnalysisCommandOutput {
    $metadata: ResponseMetadata;
    AnalyzeDocumentModelVersion?: string;
    Blocks?: Block[];
    DocumentMetadata?: DocumentMetadata;
    JobStatus?: JobStatus;
    NextToken?: string;
    StatusMessage?: string;
    Warnings?: Warning[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

AnalyzeDocumentModelVersion?: string

Blocks?: Block[]

The results of the text-analysis operation.

DocumentMetadata?: DocumentMetadata

Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

JobStatus?: JobStatus

The current status of the text detection 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 text detection results.

StatusMessage?: string

Returns if the detection job could not be completed. Contains explanation for what error occured.

Warnings?: Warning[]

A list of warnings that occurred during the document-analysis operation.