ImageQualitySensitiveMediaOrPeopleEntities

AI Overview😉

  • The potential purpose of this module is to identify and rank search results based on the diversity of people and media entities (such as movies, bands, or fictional characters) depicted in the content. It appears to focus on topicality, or how relevant these entities are to the document, and skin tone, suggesting an effort to promote inclusivity and diversity in search results.
  • This module could impact search results by favoring content that showcases a diverse range of people and media entities, potentially leading to more representative and inclusive results. It may also help to reduce the dominance of a single entity or group in search results, promoting a more balanced and varied set of results.
  • To be more favorable to this function, a website could ensure that its content features a diverse range of people and media entities, and that these entities are prominently mentioned and relevant to the document's topic. This could involve using inclusive language, providing context about the entities mentioned, and using images or other media that showcase diversity. Additionally, websites could focus on creating content that is more topically relevant and diverse in its subject matter.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Goldmine annotation in the CDoc to store the hrid of the 5 entities with higher topicality in the document. Used by the Skin Tone Twiddler to determine if the result set shows mostly one specific KG entity. go/result-set-signal

Attributes

  • mediaEntitiesId (type: list(String.t), default: nil) - Similar to above, but for media entities (movie name, fictional character, musical band)
  • peopleEntitiesId (type: list(String.t), default: nil) - hrid of the 5 people entities with higher topicality in the document

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.ImageQualitySensitiveMediaOrPeopleEntities{
    mediaEntitiesId: [String.t()] | nil,
    peopleEntitiesId: [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.