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

Copy Markdown View Source

A list of individual page numbers.

Attributes

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

Summary

Types

t()

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