Uses of Class
com.google.genai.types.UpscaleImageConfig
Packages that use UpscaleImageConfig
-
Uses of UpscaleImageConfig in com.google.genai
Methods in com.google.genai with parameters of type UpscaleImageConfigModifier and TypeMethodDescriptionAsyncModels.upscaleImage
(String model, Image image, String upscaleFactor, UpscaleImageConfig config) Asynchronously upscales an image given a GenAI model and an image and an upscale factor.Models.upscaleImage
(String model, Image image, String upscaleFactor, UpscaleImageConfig config) Upscales an image given a GenAI model and an image and an upscale factor. -
Uses of UpscaleImageConfig in com.google.genai.types
Methods in com.google.genai.types that return UpscaleImageConfigModifier and TypeMethodDescriptionabstract UpscaleImageConfig
UpscaleImageConfig.Builder.build()
static UpscaleImageConfig
Deserializes a JSON string to a UpscaleImageConfig object.Methods in com.google.genai.types that return types with arguments of type UpscaleImageConfigModifier and TypeMethodDescriptionabstract Optional<UpscaleImageConfig>
UpscaleImageParameters.config()
Configuration for upscaling.Methods in com.google.genai.types with parameters of type UpscaleImageConfigModifier and TypeMethodDescriptionabstract UpscaleImageParameters.Builder
UpscaleImageParameters.Builder.config
(UpscaleImageConfig config) Setter for config.