View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig (google_api_document_ai v0.39.0)

The common config to specify a set of documents used as input.

Attributes

  • gcsDocuments (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3GcsDocuments.t, default: nil) - The set of documents individually specified on Cloud Storage.
  • gcsPrefix (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3GcsPrefix.t, default: nil) - The set of documents that match the specified Cloud Storage gcs_prefix.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig{
    gcsDocuments:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3GcsDocuments.t()
      | nil,
    gcsPrefix:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3GcsPrefix.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.