Uses of Class
com.google.genai.types.RecontextImageSource
Packages that use RecontextImageSource
-
Uses of RecontextImageSource in com.google.genai
Methods in com.google.genai with parameters of type RecontextImageSourceModifier and TypeMethodDescriptionAsyncModels.recontextImage(String model, RecontextImageSource source, RecontextImageConfig config) Asynchronously recontextualizes an image.Models.recontextImage(String model, RecontextImageSource source, RecontextImageConfig config) Recontextualizes an image. -
Uses of RecontextImageSource in com.google.genai.types
Methods in com.google.genai.types that return RecontextImageSourceModifier and TypeMethodDescriptionabstract RecontextImageSourceRecontextImageSource.Builder.build()static RecontextImageSourceDeserializes a JSON string to a RecontextImageSource object.Methods in com.google.genai.types that return types with arguments of type RecontextImageSourceModifier and TypeMethodDescriptionabstract Optional<RecontextImageSource>RecontextImageParameters.source()A set of source input(s) for image recontextualization.Methods in com.google.genai.types with parameters of type RecontextImageSourceModifier and TypeMethodDescriptionabstract RecontextImageParameters.BuilderRecontextImageParameters.Builder.source(RecontextImageSource source) Setter for source.