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

Copy Markdown View Source

The sharding config for the output document.

Attributes

  • pages_overlap (type: integer()) - The number of overlapping pages between consecutive shards.
  • pages_per_shard (type: integer()) - The number of pages per shard.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig{
    pages_overlap: integer() | nil,
    pages_per_shard: integer() | nil
  }