GoogleApi.TextToSpeech.V1beta1.Model.CustomPronunciationParams (google_api_text_to_speech v0.20.2)

View Source

Pronunciation customization for a phrase.

Attributes

  • phoneticEncoding (type: String.t, default: nil) - The phonetic encoding of the phrase.
  • phrase (type: String.t, default: nil) - The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
  • pronunciation (type: String.t, default: nil) - The pronunciation of the phrase. This must be in the phonetic encoding specified above.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TextToSpeech.V1beta1.Model.CustomPronunciationParams{
  phoneticEncoding: String.t() | nil,
  phrase: String.t() | nil,
  pronunciation: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.