SocialGraphApiProtoDecorationOverlay

AI Overview😉

  • The potential purpose of this module is to display social graph decorations (e.g. badges, icons, or other visual elements) on top of images in search results, and to associate these decorations with specific Social Graph IDs (SIBS IDs). This could be used to highlight certain images or provide additional context to users.
  • This module could impact search results by changing the visual appearance of images, potentially drawing users' attention to specific results or providing additional information about the content of the images. This could influence user behavior, such as click-through rates or engagement with certain types of content.
  • A website may change things to be more favorable for this function by optimizing their image content to be more likely to trigger the display of social graph decorations. This could involve using specific metadata or markup in their images, or ensuring that their images are associated with relevant SIBS IDs. Additionally, websites may want to ensure that their images are high-quality and visually appealing, as this could increase the likelihood of users engaging with the decorated images.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Settings that control how a SIBS decoration overlay is displayed.

Attributes

  • overlay (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay.t, default: nil) - Settings that describe how the decoration should be overlaid on the photo.
  • sibsId (type: String.t, default: nil) - SIBS ID of the decoration that is overlaid on the photo.

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.SocialGraphApiProtoDecorationOverlay{
    overlay:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay.t()
      | nil,
    sibsId: 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.