View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfigShardingConfig (google_api_document_ai v0.39.0)

The sharding config for the output document.

Attributes

  • pagesOverlap (type: integer(), default: nil) - The number of overlapping pages between consecutive shards.
  • pagesPerShard (type: integer(), default: nil) - The number of pages per shard.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfigShardingConfig{
    pagesOverlap: integer() | nil,
    pagesPerShard: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.