The output of AnalyzeDocumentCommand.

interface AnalyzeDocumentCommandOutput {
    $metadata: ResponseMetadata;
    AnalyzeDocumentModelVersion?: string;
    Blocks?: Block[];
    DocumentMetadata?: DocumentMetadata;
    HumanLoopActivationOutput?: HumanLoopActivationOutput;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

AnalyzeDocumentModelVersion?: string

The version of the model used to analyze the document.

Blocks?: Block[]

The items that are detected and analyzed by AnalyzeDocument.

DocumentMetadata?: DocumentMetadata

Metadata about the analyzed document. An example is the number of pages.

HumanLoopActivationOutput?: HumanLoopActivationOutput

Shows the results of the human in the loop evaluation.