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

Copy Markdown View Source

Dimension for the page.

Attributes

  • height (type: number()) - Page height.
  • unit (type: String.t()) - Dimension unit.
  • width (type: number()) - Page width.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageDimension{
  height: number() | nil,
  unit: String.t() | nil,
  width: number() | nil
}