View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoNamePronunciationAudioMetadata{
    audioSource: String.t() | nil,
    audioState: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.