View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig (google_api_document_ai v0.45.1)

Serving config for layout parser processor.

Attributes

  • chunkingConfig (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig.t, default: nil) - Optional. Config for chunking in layout parser processor.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig{
    chunkingConfig:
      GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.