SpeakerVoiceConfig

@Serializable
data class SpeakerVoiceConfig(val speaker: String? = null, val voiceConfig: VoiceConfig? = null)

Configures the voice parameters for a specific speaker.

Constructors

Link copied to clipboard
constructor(speaker: String? = null, voiceConfig: VoiceConfig? = null)

Properties

Link copied to clipboard
val speaker: String?

The name of the speaker.

Link copied to clipboard

The voice configuration for the speaker.