GoogleAssistantAccessoryV1ScreenOutConfigDimensions

AI Overview😉

  • The potential purpose of this module is to understand the physical characteristics of the device being used to access Google search results, such as screen size, resolution, and shape. This information can be used to tailor the search results to the specific device and improve the user experience.
  • This module could impact search results by influencing the ranking of websites based on their mobile-friendliness and responsiveness. Websites that are optimized for different screen sizes and devices may be ranked higher than those that are not. Additionally, the module may also affect the types of results displayed, such as prioritizing results that are more suitable for the device being used.
  • A website may change things to be more favorable for this function by ensuring that their website is mobile-friendly, responsive, and optimized for different screen sizes and devices. This can be achieved by using responsive design, optimizing images and content for different devices, and ensuring that the website's layout and navigation are easily accessible on various devices.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions (google_api_content_warehouse v0.4.0)

This contains physical and logical characteristics about the device (e.g. screen size and DPI, etc).

Attributes

  • screenDpi (type: number(), default: nil) - Dots (pixels) per inch of the screen.
  • screenHeightPx (type: integer(), default: nil) - Height of the device's screen in pixels. If 0 or not specified, it's assumed to be the same as screen_width_px. For a square or round screen, it's recommended to leave this field empty as a bandwidth optimization.
  • screenShape (type: String.t, default: nil) - The shape of the device's screen
  • screenWidthPx (type: integer(), default: nil) - Width of the device's screen in pixels.

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.GoogleAssistantAccessoryV1ScreenOutConfigDimensions{
    screenDpi: number() | nil,
    screenHeightPx: integer() | nil,
    screenShape: String.t() | nil,
    screenWidthPx: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.