SocialGraphApiProtoPartialNameOptions

AI Overview😉

  • Potential purpose of module: This module appears to be related to name computation and localization for social graph API. It aims to determine the most suitable name format for a user or entity based on their language and cultural context.
  • Impact on search results: This module could impact search results by influencing how names are displayed and matched in search queries. It may prioritize results with names that are more relevant to the user's language and cultural context, improving the overall search experience. Additionally, it could help to reduce errors in name matching and improve the accuracy of search results.
  • Optimization for this function: To be more favorable for this function, a website could ensure that it provides accurate and consistent name formats for users or entities, taking into account their language and cultural context. This could involve using standardized naming conventions, providing language-specific name variations, and ensuring that names are correctly encoded and formatted for search engines to crawl and index.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

For general information about Limited Profiles, see go/limited-profiles-api. LINT.IfChange

Attributes

  • language (type: String.t, default: nil) - IETF BCP-47 language code that should be used for localizing the name computation (go/bcp-47). If not provided, we'll use the name origin detector to infer it. If unable to detect, "en" will be assumed.
  • parsedDisplayNameSpec (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsParsedDisplayNameSpec.t, default: nil) -
  • twoPartNameSpec (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsTwoPartNameSpec.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.SocialGraphApiProtoPartialNameOptions{
    language: String.t() | nil,
    parsedDisplayNameSpec:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsParsedDisplayNameSpec.t()
      | nil,
    twoPartNameSpec:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsTwoPartNameSpec.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.