LensDiscoveryStylePersonAttributesPersonVisibilityScoresPersonVisibilityPrediction

AI Overview😉

  • The potential purpose of this module is to analyze and score images based on the visibility of people in them, particularly the most iconic person. It aims to determine how much of the person's body is visible in the image.
  • This module could impact search results by influencing the ranking of images that feature people. Images with higher person visibility scores may be considered more relevant or engaging, and thus be ranked higher in search results. This could be particularly important for searches related to people, celebrities, or events.
  • To be more favorable for this function, a website could ensure that images featuring people have a clear and prominent display of the person's body. This could be achieved by using high-quality images, optimizing image cropping and resizing, and using relevant and descriptive alt text and captions. Additionally, websites could consider using image metadata and schema markup to provide more context about the people featured in the images.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • discretizedIconicPersonVisibilityConfidence (type: integer(), default: nil) - Confidence score of the visibility type prediction discretized into range [0, 100].
  • iconicPersonVisibilityType (type: String.t, default: nil) - Classification of how much of the body of the most iconic person in the image is visible.

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.LensDiscoveryStylePersonAttributesPersonVisibilityScoresPersonVisibilityPrediction{
    discretizedIconicPersonVisibilityConfidence: integer() | nil,
    iconicPersonVisibilityType: 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.