Parameters for the createDocumentExtraction operation.

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

Properties

documentReferences: DocumentExtractionObjectLocation[]

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.

resultsReference: ObjectLocationGithub

A reference to data.

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.