View Source GoogleApi.TextToSpeech.V1beta1.Model.CustomVoiceParams (google_api_text_to_speech v0.17.0)

Description of the custom voice to be synthesized.

Attributes

  • model (type: String.t, default: nil) - Required. The name of the AutoML model that synthesizes the custom voice.
  • reportedUsage (type: String.t, default: nil) - Optional. Deprecated. The usage of the synthesized audio to be reported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TextToSpeech.V1beta1.Model.CustomVoiceParams{
  model: String.t() | nil,
  reportedUsage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.