View Source GoogleApi.TextToSpeech.V1.Model.ListVoicesResponse (google_api_text_to_speech v0.17.0)
The message returned to the client by the ListVoices
method.
Attributes
-
voices
(type:list(GoogleApi.TextToSpeech.V1.Model.Voice.t)
, default:nil
) - The list of voices.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TextToSpeech.V1.Model.ListVoicesResponse{ voices: [GoogleApi.TextToSpeech.V1.Model.Voice.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.