Package com.google.genai.types
Class MultiSpeakerVoiceConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.MultiSpeakerVoiceConfig
The configuration for the multi-speaker setup.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for MultiSpeakerVoiceConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for MultiSpeakerVoiceConfig.static MultiSpeakerVoiceConfig
Deserializes a JSON string to a MultiSpeakerVoiceConfig object.abstract Optional<List<SpeakerVoiceConfig>>
The configuration for the speaker to use.abstract MultiSpeakerVoiceConfig.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
MultiSpeakerVoiceConfig
public MultiSpeakerVoiceConfig()
-
-
Method Details
-
speakerVoiceConfigs
The configuration for the speaker to use. -
builder
Instantiates a builder for MultiSpeakerVoiceConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a MultiSpeakerVoiceConfig object.
-