LensDiscoveryStylePersonAttributesPersonVisibilityScores

AI Overview😉

  • Potential purpose of module: This module, Person Visibility, appears to measure the prominence or visibility of a specific person within an image or video content. It assesses how easily a person can be identified or recognized within the content, with scores ranging from 0 (low visibility) to 100 (high visibility).
  • Impact on search results: This module could impact search results by influencing the ranking of content that features people. For example, if a user searches for a specific celebrity, the algorithm may prioritize content with higher person visibility scores, ensuring that the most relevant and recognizable images or videos appear at the top of the search results.
  • Optimization for this function: To optimize for this module, website owners or content creators could ensure that their images or videos prominently feature the person being searched for. This could include using high-quality images, providing clear and recognizable facial features, and optimizing image metadata with relevant keywords or descriptions that include the person's name.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • discretizedPersonVisibilityScore (type: integer(), default: nil) - A measure of the visibility of the most iconic person between [0, 100], derived by combining all label predictions by the Person Visibility model according to go/person-visibility-formula. Higher values indicate greater visibility while lower values indicate lesser visibility.
  • personVisibilityPredictions (type: list(GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonAttributesPersonVisibilityScoresPersonVisibilityPrediction.t), default: nil) - Repeated for # of PersonVisibility types.

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.LensDiscoveryStylePersonAttributesPersonVisibilityScores{
    discretizedPersonVisibilityScore: integer() | nil,
    personVisibilityPredictions:
      [
        GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStylePersonAttributesPersonVisibilityScoresPersonVisibilityPrediction.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.