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

A collection of turns for multi-speaker synthesis.

Attributes

  • turns (type: list(GoogleApi.TextToSpeech.V1beta1.Model.Turn.t), default: nil) - Required. Speaker turns.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TextToSpeech.V1beta1.Model.MultiSpeakerMarkup{
  turns: [GoogleApi.TextToSpeech.V1beta1.Model.Turn.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.