The document extraction job properties.

interface DocumentExtractionResponse {
    document_references: WatsonXAI.DocumentExtractionObjectLocation[];
    name: string;
    results_reference: WatsonXAI.ObjectLocationGithub;
    status?: WatsonXAI.DocumentExtractionStatus;
    tags?: string[];
}

Properties

The documents for text extraction.

name: string

The name of the document.

results_reference: WatsonXAI.ObjectLocationGithub

A reference to data.

Status of the document extraction job.

tags?: string[]

A list of tags for this resource.