The document extraction job properties.

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

Properties

document_references: DocumentExtractionObjectLocation[]

The documents for text extraction.

name: string

The name of the document.

results_reference: ObjectLocationGithub

A reference to data.

Status of the document extraction job.

tags?: string[]

A list of tags for this resource.