AppsPeopleOzExternalMergedpeopleapiPersonAttribute

AI Overview😉

  • The potential purpose of this module is to store and manage client-specific, unstructured data about a person or entity, which can be used to provide more personalized or relevant search results.
  • This module could impact search results by allowing Google to take into account additional, client-specific information about a person or entity when ranking search results. This could lead to more personalized results, or results that are more relevant to the user's specific context or needs.
  • To be more favorable for this function, a website may want to provide clear and structured information about the people or entities mentioned on their website, such as author bios or profiles. Additionally, they may want to use schema markup or other forms of metadata to provide additional context about these entities, which could be used to populate the PersonAttribute data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Client-specific binary blob stored with Person data. This differs from ClientData, which stores structured, key-value pairs.

Attributes

  • attributeKey (type: String.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • value (type: String.t, default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiPersonAttribute{
    attributeKey: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    value: 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.