The response of getting all document extraction jobs.

interface DocumentExtractionResources {
    limit: number;
    resources?: DocumentExtractionResource[];
}

Properties

Properties

limit: number

The number of items to return in each page.