View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentPageDimension (google_api_document_ai v0.38.0)

Dimension for the page.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.