View Source GoogleApi.TextToSpeech.V1.Model.GenerateVoiceCloningKeyResponse (google_api_text_to_speech v0.18.0)
Response message for the GenerateVoiceCloningKey
method.
Attributes
-
voiceCloningKey
(type:String.t
, default:nil
) - The voice clone key. Use it in the SynthesizeSpeechRequest by setting [voice.voice_clone.voice_cloning_key].
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TextToSpeech.V1.Model.GenerateVoiceCloningKeyResponse{ voiceCloningKey: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.