Uses of Record Class
io.github.glaforge.gemini.interactions.model.Config.ImageConfig
Packages that use Config.ImageConfig
-
Uses of Config.ImageConfig in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Config.ImageConfigModifier and TypeMethodDescriptionConfig.GenerationConfig.imageConfig()Returns the value of theimageConfigrecord component.Methods in io.github.glaforge.gemini.interactions.model with parameters of type Config.ImageConfigModifier and TypeMethodDescriptionInteractionParams.AgentInteractionParams.Builder.imageConfig(Config.ImageConfig imageConfig) Sets the image config.InteractionParams.ModelInteractionParams.Builder.imageConfig(Config.ImageConfig imageConfig) Sets the image config.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Config.ImageConfigModifierConstructorDescriptionGenerationConfig(Double temperature, Double topP, Integer seed, List<String> stopSequences, Tool.ToolChoiceConfig toolChoice, Config.ThinkingLevel thinkingLevel, Config.ThinkingSummaries thinkingSummaries, Integer maxOutputTokens, List<Config.SpeechConfig> speechConfig, Config.ImageConfig imageConfig) Creates an instance of aGenerationConfigrecord class.