AppsPeopleOzExternalMergedpeopleapiNamePronunciationAudioMetadataInfo

AI Overview😉

  • The potential purpose of this module is to provide information about the pronunciation of a person's name, likely to improve the accuracy of speech recognition or text-to-speech systems in Google's services, such as Google Assistant or Google Search.
  • This module could impact search results by allowing Google to better understand and process voice searches, potentially leading to more accurate results. It may also enable Google to provide more personalized results, such as pronouncing a user's name correctly in search results or Google Assistant responses.
  • To be more favorable for this function, a website may consider providing metadata about the pronunciation of names, especially for entities or individuals that are frequently searched or mentioned online. This could include providing audio clips or phonetic transcriptions of names, or using standardized formats for representing name pronunciation metadata.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Pronunciation audio metadata info. See go/name-pronunciation-backend. The metadata itself tracks the state of a user's name pronunciation audio.

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • namePronunciationAudioMetadata (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoNamePronunciationAudioMetadata.t, default: nil) - Actual metadata proto, shared with FBS backends.

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.AppsPeopleOzExternalMergedpeopleapiNamePronunciationAudioMetadataInfo{
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    namePronunciationAudioMetadata:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoNamePronunciationAudioMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.