GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector (google_api_document_ai v0.46.0)

View Source

A list of individual page numbers.

Attributes

  • pages (type: list(integer()), default: nil) - Optional. Indices of the pages (starting from 1).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector{
    pages: [integer()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.