View Source GoogleApi.TextToSpeech.V1beta1.Model.Turn (google_api_text_to_speech v0.20.1)

A Multi-speaker turn.

Attributes

  • speaker (type: String.t, default: nil) - Required. The speaker of the turn, for example, 'O' or 'Q'. Please refer to documentation for available speakers.
  • text (type: String.t, default: nil) - Required. The text to speak.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TextToSpeech.V1beta1.Model.Turn{
  speaker: String.t() | nil,
  text: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.