AppsPeopleOzExternalMergedpeopleapiPhotoPhotoStorageId

AI Overview😉

  • The potential purpose of this module is to store and retrieve photo information, specifically the media key associated with an image, in Google's People API. This allows Google to efficiently manage and display user photos across its services.
  • This module could impact search results by influencing the display of user photos in search engine results pages (SERPs), particularly in cases where the search query is related to a person or entity. It may also affect the ranking of results that include images, as Google may prioritize results with properly stored and retrieved photo information.
  • To be more favorable for this function, a website may ensure that it provides accurate and consistent photo metadata, including the media key, when interacting with Google's People API. This could involve implementing proper image tagging, using standardized image formats, and ensuring that image URLs are correctly formatted and easily crawlable by Google's algorithms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Info necessary for looking up a photo in storage.

Attributes

  • mediaKey (type: String.t, default: nil) - For writes only, pass the media key that represents the image in photos backend. Note, this is not populated on reads.

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.AppsPeopleOzExternalMergedpeopleapiPhotoPhotoStorageId{
    mediaKey: 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.