google_api_document_ai v0.3.0 GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus View Source

The status of a each individual document in the batch process.

Attributes

  • 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.V1beta2.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.V1beta2.Model.GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus{
    inputGcsSource: String.t(),
    outputGcsDestination: String.t(),
    status: GoogleApi.DocumentAI.V1beta2.Model.GoogleRpcStatus.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.