MultiSpeakerVoiceConfig

@Serializable
data class MultiSpeakerVoiceConfig(val speakerVoiceConfigs: Array<SpeakerVoiceConfig>? = null)

Configures the multi-speaker voice parameters.

Constructors

Link copied to clipboard
constructor(speakerVoiceConfigs: Array<SpeakerVoiceConfig>? = null)

Properties

Link copied to clipboard

A list of speaker voice configurations.