GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageDimension (google_api_document_ai v0.5.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageDimension{
    height: number(),
    unit: String.t(),
    width: number()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.