Class BatchProcessDocumentsRequest (1.1.0)

BatchProcessDocumentsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request to batch process documents as an asynchronous operation. The output is written to Cloud Storage as JSON in the [Document] format.

Attributes

NameDescription
requests Sequence[google.cloud.documentai_v1beta2.types.ProcessDocumentRequest]
Required. Individual requests for each document.
parent str
Target project and location to make a call. Format: projects/{project-id}/locations/{location-id}. If no location is specified, a region will be chosen automatically.