Uses of Record Class
io.github.glaforge.gemini.interactions.model.Config.SpeechConfig
Packages that use Config.SpeechConfig
-
Uses of Config.SpeechConfig in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return types with arguments of type Config.SpeechConfigModifier and TypeMethodDescriptionConfig.GenerationConfig.speechConfig()Returns the value of thespeechConfigrecord component.Methods in io.github.glaforge.gemini.interactions.model with parameters of type Config.SpeechConfigModifier and TypeMethodDescriptionInteractionParams.AgentInteractionParams.Builder.speechConfig(Config.SpeechConfig speechConfig) Sets the speech config.InteractionParams.ModelInteractionParams.Builder.speechConfig(Config.SpeechConfig speechConfig) Sets the speech config.Method parameters in io.github.glaforge.gemini.interactions.model with type arguments of type Config.SpeechConfigModifier and TypeMethodDescriptionInteractionParams.AgentInteractionParams.Builder.speechConfigs(List<Config.SpeechConfig> speechConfigs) Sets the speech configs.InteractionParams.ModelInteractionParams.Builder.speechConfigs(List<Config.SpeechConfig> speechConfigs) Sets the speech configs.