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 VoiceConfigVoiceConfig.Builder.build()static VoiceConfigDeserializes 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()Required.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.BuilderSpeakerVoiceConfig.Builder.voiceConfig(VoiceConfig voiceConfig) Setter for voiceConfig.abstract SpeechConfig.BuilderSpeechConfig.Builder.voiceConfig(VoiceConfig voiceConfig) Setter for voiceConfig.