GoogleCloudDocumentaiV1DocumentPageDimension

AI Overview😉

  • The potential purpose of this module is to analyze the dimensions of a webpage or document, specifically the height and width, and the unit of measurement used (e.g. pixels, inches, etc.). This information can be used to better understand the layout and structure of the page.
  • This module could impact search results by influencing how Google ranks pages based on their layout and usability. For example, a page with a responsive design that adapts to different screen sizes and devices may be considered more user-friendly and therefore ranked higher. Conversely, a page with a fixed width or height that doesn't adapt to different devices may be ranked lower.
  • To be more favorable for this function, a website could ensure that its pages have a responsive design that adapts to different screen sizes and devices, and that the page layout is optimized for usability. This could involve using CSS media queries to adjust the layout based on screen size, ensuring that images are scaled correctly, and using a flexible grid system to accommodate different devices and screen sizes.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDimension (google_api_content_warehouse v0.4.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

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.