interface AnalyzeDocumentResponse {
    AnalyzeDocumentModelVersion?: string;
    Blocks?: Block[];
    DocumentMetadata?: DocumentMetadata;
    HumanLoopActivationOutput?: HumanLoopActivationOutput;
}

Hierarchy (view full)

Properties

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.