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

Serving config for chunking.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig{
    chunkSize: integer() | nil,
    includeAncestorHeadings: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.