GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentOutputConfig (google_api_document_ai v0.46.0)

View Source

Config that controls the output of documents. All documents will be written as a JSON file.

Attributes

  • gcsOutputConfig (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.t, default: nil) - Output config to write the results to Cloud Storage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentOutputConfig{
    gcsOutputConfig:
      GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.