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

View Source

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.
  • returnBoundingBoxes (type: boolean(), default: nil) - Optional. Whether to include bounding boxes in layout parser processor response.
  • returnImages (type: boolean(), default: nil) - Optional. Whether to include images in layout parser processor response.

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,
    returnBoundingBoxes: boolean() | nil,
    returnImages: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.