SocialGraphApiProtoNamePronunciationAudioMetadata

AI Overview😉

  • The potential purpose of this module is to store and process metadata related to a user's name pronunciation audio, allowing Google to improve the accuracy of voice search results and provide a more personalized experience for users.
  • This module could impact search results by influencing the ranking of search results that involve voice searches or spoken queries, potentially favoring websites that provide accurate name pronunciation audio metadata. It may also affect the display of search results, such as providing a spoken pronunciation of a person's name in the search snippet.
  • To be more favorable for this function, a website could ensure that it provides accurate and up-to-date name pronunciation audio metadata, potentially by including audio files or transcripts of correct pronunciations on their website. Additionally, websites could optimize their content to be more voice-search friendly, such as using natural language and providing clear and concise information that can be easily understood through voice search.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Metadata for a user's name pronunciation audio. Proto message is shared between merged_person and FBS.

Attributes

  • audioSource (type: String.t, default: nil) - Stored. Updated on pronunciation creates and updates.
  • audioState (type: String.t, default: nil) - Stored.

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.SocialGraphApiProtoNamePronunciationAudioMetadata{
    audioSource: String.t() | nil,
    audioState: 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.