GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus (google_api_document_ai v0.31.0) View Source
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. The batch process is started by take snapshot of that document, since a user can move or change that document during the process. -
outputGcsDestination(type:String.t, default:nil) - The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty. -
status(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t, default:nil) - The status of the processing of the document.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.