View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse (google_api_document_ai v0.38.0)

Response to an batch document processing request. This is returned in the LRO Operation after the operation is complete.

Attributes

  • responses (type: list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse.t), default: nil) - Responses for each individual document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse{
    responses:
      [
        GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse.t()
      ]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.