AttentionalEntitiesSpatialProperties

AI Overview😉

  • The potential purpose of this module is to analyze and understand how visual content, such as images or videos, are displayed to users and how prominent they are on a webpage. This includes factors like visibility, size, and placement.
  • This module could impact search results by influencing how relevant and useful a webpage is considered to be. For example, if a webpage has a prominent and clearly visible image related to the search query, it may be considered more relevant and useful than a webpage with a smaller or harder-to-find image. This could affect the ranking of webpages in search results.
  • To be more favorable to this function, a website could ensure that visual content is prominently displayed and easily visible to users. This could include using clear and descriptive alt text for images, placing images above the fold, and using responsive design to ensure that images are displayed well on different devices and screen sizes. Additionally, websites could use schema markup to provide additional context about visual content, such as captions or descriptions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Properties of visual mentions (e.g., how they are displayed to the user, visibility, etc.).

Attributes

  • visibility (type: String.t, default: nil) -

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.AttentionalEntitiesSpatialProperties{
    visibility: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.