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

Request message for BatchProcessDocuments.

Attributes

  • documentOutputConfig (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentOutputConfig.t, default: nil) - The output configuration for the BatchProcessDocuments method.
  • inputConfigs (type: list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig.t), default: nil) - The input config for each single document in the batch process.
  • inputDocuments (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig.t, default: nil) - The input documents for the BatchProcessDocuments method.
  • labels (type: map(), default: nil) - Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter.
  • outputConfig (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig.t, default: nil) - The overall output config for batch process.
  • processOptions (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessOptions.t, default: nil) - Inference-time options for the process API
  • skipHumanReview (type: boolean(), default: nil) - Whether human review should be skipped for this request. Default to false.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

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

Unwrap a decoded JSON object into its complex fields.