Uses of Class
com.google.genai.types.UpscaleImageResponse
Packages that use UpscaleImageResponse
-
Uses of UpscaleImageResponse in com.google.genai
Methods in com.google.genai that return UpscaleImageResponseModifier and TypeMethodDescriptionModels.upscaleImage(String model, Image image, String upscaleFactor, UpscaleImageConfig config) Upscales an image given a GenAI model and an image and an upscale factor.Methods in com.google.genai that return types with arguments of type UpscaleImageResponseModifier 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. -
Uses of UpscaleImageResponse in com.google.genai.types
Methods in com.google.genai.types that return UpscaleImageResponseModifier and TypeMethodDescriptionabstract UpscaleImageResponseUpscaleImageResponse.Builder.build()static UpscaleImageResponseDeserializes a JSON string to a UpscaleImageResponse object.