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