Class IndividualImportStatus (2.27.0)

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

The status of each individual document in the import process.

Attributes

NameDescription
input_gcs_source str
The source Cloud Storage URI of the document.
status google.rpc.status_pb2.Status
The status of the importing of the document.
output_document_id google.cloud.documentai_v1beta3.types.DocumentId
The document id of imported document if it was successful, otherwise empty.