google_api_text_to_speech v0.7.0 GoogleApi.TextToSpeech.V1.Model.ListVoicesResponse View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.TextToSpeech.V1.Model.ListVoicesResponse{
  voices: [GoogleApi.TextToSpeech.V1.Model.Voice.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.