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 PrebuiltVoiceConfigPrebuiltVoiceConfig.Builder.build()static PrebuiltVoiceConfigDeserializes 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 prebuilt voice to use.Methods in com.google.genai.types with parameters of type PrebuiltVoiceConfigModifier and TypeMethodDescriptionabstract VoiceConfig.BuilderVoiceConfig.Builder.prebuiltVoiceConfig(PrebuiltVoiceConfig prebuiltVoiceConfig) Setter for prebuiltVoiceConfig.