Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig (googly_document_ai v0.1.0)

Copy Markdown View Source

Serving config for layout parser processor.

Attributes

  • chunking_config (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig.t()) - Optional. Config for chunking in layout parser processor.
  • enable_image_annotation (type: boolean()) - Optional. Whether to include image annotations in layout parser response.
  • enable_table_annotation (type: boolean()) - Optional. Whether to include table annotations in layout parser response.
  • return_bounding_boxes (type: boolean()) - Optional. Whether to include bounding boxes in layout parser processor response.
  • return_images (type: boolean()) - Optional. Whether to include images in layout parser processor response.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig{
    chunking_config:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig.t()
      | nil,
    enable_image_annotation: boolean() | nil,
    enable_table_annotation: boolean() | nil,
    return_bounding_boxes: boolean() | nil,
    return_images: boolean() | nil
  }