Parameters for the createDocumentExtraction operation.

interface CreateDocumentExtractionParams {
    documentReferences: WatsonXAI.DocumentExtractionObjectLocation[];
    headers?: OutgoingHttpHeaders;
    name: string;
    projectId?: string;
    resultsReference: WatsonXAI.ObjectLocationGithub;
    signal?: AbortSignal;
    spaceId?: string;
    tags?: string[];
}

Hierarchy

  • DefaultParams
    • CreateDocumentExtractionParams

Properties

The documents for text extraction.

headers?: OutgoingHttpHeaders
name: string

The name of the document.

projectId?: string

The project that contains the resource. Either space_id or project_id has to be given.

A reference to data.

signal?: AbortSignal
spaceId?: string

The space that contains the resource. Either space_id or project_id has to be given.

tags?: string[]

A list of tags for this resource.