SpeakerVoiceConfigBuilder

Represents the speaker voice config builder.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var speaker: String?

Holds the speaker.

Link copied to clipboard

Holds the voice config.

Functions

Link copied to clipboard

Handles build.

Link copied to clipboard
fun speaker(init: () -> String)

Handles speaker.

Link copied to clipboard
fun voiceConfig(init: VoiceConfigBuilder.() -> Unit)

Handles voice config.