GoogleCloudDocumentaiV1DocumentPageDimension

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDimension


Table of Contents ▼

Jump to a specific part of the page:

Description

Dimension for the page.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDimension