Uses of Class
com.google.genai.types.RecontextImageResponse
Packages that use RecontextImageResponse
-
Uses of RecontextImageResponse in com.google.genai
Methods in com.google.genai that return RecontextImageResponseModifier and TypeMethodDescriptionModels.recontextImage
(String model, RecontextImageSource source, RecontextImageConfig config) Recontextualizes an image.Methods in com.google.genai that return types with arguments of type RecontextImageResponseModifier and TypeMethodDescriptionAsyncModels.recontextImage
(String model, RecontextImageSource source, RecontextImageConfig config) Asynchronously recontextualizes an image. -
Uses of RecontextImageResponse in com.google.genai.types
Methods in com.google.genai.types that return RecontextImageResponseModifier and TypeMethodDescriptionabstract RecontextImageResponse
RecontextImageResponse.Builder.build()
static RecontextImageResponse
Deserializes a JSON string to a RecontextImageResponse object.