ImageDataMultibangEntitiesMultibangEntity

AI Overview😉

  • The potential purpose of this module is to analyze and score images within search results, potentially to determine their relevance or importance to the search query. The "Multibang" term suggests it may be related to identifying images that are particularly attention-grabbing or engaging.
  • This module could impact search results by influencing the ranking or display of images within search results. Images with higher "Multibang scores" may be displayed more prominently or in a more visually appealing way, while those with lower scores may be demoted or hidden.
  • To be more favorable to this function, a website could optimize its images by making them more attention-grabbing, relevant, and engaging. This could include using high-quality images, optimizing image file names and alt tags with relevant keywords, and ensuring images are properly sized and formatted for display within search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • entityId (type: String.t, default: nil) - Entity ID.
  • score (type: number(), default: nil) - Multibang score.

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.ImageDataMultibangEntitiesMultibangEntity{
    entityId: String.t() | nil,
    score: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.