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 UpscaleImageConfigUpscaleImageConfig.Builder.build()static UpscaleImageConfigDeserializes 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.BuilderUpscaleImageParameters.Builder.config(UpscaleImageConfig config) Setter for config.