View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus (google_api_document_ai v0.45.0)
The status of a each individual document in the batch process.
Attributes
-
humanReviewStatus(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t, default:nil) - The status of human review on the processed document. -
inputGcsSource(type:String.t, default:nil) - The source of the document, same as the input_gcs_source field in the request when the batch process started. -
outputGcsDestination(type:String.t, default:nil) - The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty. -
status(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t, default:nil) - The status processing the document.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus{ humanReviewStatus: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t() | nil, inputGcsSource: String.t() | nil, outputGcsDestination: String.t() | nil, status: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.