SocialGraphApiProtoPronounEntry

AI Overview😉

  • The potential purpose of this module is to store and retrieve user-preferred pronouns in a specific language and format, allowing for personalized and respectful representation of individuals in search results.
  • This module could impact search results by influencing how user profiles and information are displayed, potentially promoting diversity, equity, and inclusion by accommodating users' preferred gender identities and pronouns. It may also affect the ranking of content that is sensitive to pronoun usage, such as LGBTQ+-related topics.
  • A website may change things to be more favorable for this function by providing clear and accessible options for users to specify their preferred pronouns, using standardized formats like BCP-47 for language codes, and ensuring that user data is accurately stored and retrieved. Additionally, websites could adapt their content and algorithms to respect and accommodate diverse pronoun usage, promoting a more inclusive online environment.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • languageCode (type: String.t, default: nil) - Locale option in which the pronouns were set, in the BCP-47 format. Set by the client at write time.
  • pronounType (type: String.t, default: nil) - The pronoun entry type that the user has selected. This indicates which locale-independent classification of pronoun was selected (or optionally, if it is a custom field).
  • value (type: String.t, default: nil) - The user's preferred pronouns. Eg. "they / them". This is a human-readable string to be displayed as the user's pronoun. Set at write-time, regardless of pronoun-type. Value is returned as it was set (no localization).

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.SocialGraphApiProtoPronounEntry{
  languageCode: String.t() | nil,
  pronounType: String.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.