Uses of Class
com.google.genai.types.PrebuiltVoiceConfig
Packages that use PrebuiltVoiceConfig
-
Uses of PrebuiltVoiceConfig in com.google.genai.types
Methods in com.google.genai.types that return PrebuiltVoiceConfigModifier and TypeMethodDescriptionabstract PrebuiltVoiceConfig
PrebuiltVoiceConfig.Builder.build()
static PrebuiltVoiceConfig
Deserializes a JSON string to a PrebuiltVoiceConfig object.Methods in com.google.genai.types that return types with arguments of type PrebuiltVoiceConfigModifier and TypeMethodDescriptionabstract Optional<PrebuiltVoiceConfig>
VoiceConfig.prebuiltVoiceConfig()
The configuration for the speaker to use.Methods in com.google.genai.types with parameters of type PrebuiltVoiceConfigModifier and TypeMethodDescriptionabstract VoiceConfig.Builder
VoiceConfig.Builder.prebuiltVoiceConfig
(PrebuiltVoiceConfig prebuiltVoiceConfig) Setter for prebuiltVoiceConfig.