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

Copy Markdown View Source

Serving config for chunking.

Attributes

  • chunk_size (type: integer()) - Optional. The chunk sizes to use when splitting documents, in order of level.
  • include_ancestor_headings (type: boolean()) - Optional. Whether or not to include ancestor headings when splitting.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig{
    chunk_size: integer() | nil,
    include_ancestor_headings: boolean() | nil
  }