Uses of Class
dev.langchain4j.data.image.Image
Packages that use Image
Package
Description
-
Uses of Image in dev.langchain4j.data.image
Methods in dev.langchain4j.data.image that return Image -
Uses of Image in dev.langchain4j.data.message
Methods in dev.langchain4j.data.message that return ImageMethods in dev.langchain4j.data.message that return types with arguments of type ImageMethods in dev.langchain4j.data.message with parameters of type ImageModifier and TypeMethodDescriptionstatic ImageContentCreate a newImageContentfrom the given image.static ImageContentImageContent.from(Image image, ImageContent.DetailLevel detailLevel) Create a newImageContentfrom the given image.Constructors in dev.langchain4j.data.message with parameters of type ImageModifierConstructorDescriptionImageContent(Image image) Create a newImageContentfrom the given image.ImageContent(Image image, ImageContent.DetailLevel detailLevel) Create a newImageContentfrom the given image. -
Uses of Image in dev.langchain4j.model.azure
Methods in dev.langchain4j.model.azure that return types with arguments of type Image -
Uses of Image in dev.langchain4j.model.google.genai
Methods in dev.langchain4j.model.google.genai that return types with arguments of type ImageModifier and TypeMethodDescriptionGoogleGenAiBatchImageModel.list(BatchPagination pagination) GoogleGenAiBatchImageModel.submit(BatchRequest<String> request) Creates a batch of image generation requests from an uploaded file.Creates and enqueues a batch of image generation requests for asynchronous processing.Methods in dev.langchain4j.model.google.genai with parameters of type Image -
Uses of Image in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return types with arguments of type ImageModifier and TypeMethodDescriptionEdits an existing image using a mask to specify the area to modify.Edits an existing image based on a text prompt.Generates an image from a text prompt.GeneratedImageHelper.getGeneratedImages(AiMessage aiMessage) Extracts generated images from an AiMessage.GoogleAiGeminiBatchImageModel.list(@Nullable BatchPagination batchPagination) Lists image generation batch jobs with optional pagination.BatchResponse<Response<@NonNull Image>> Retrieves the current state and results of an image generation batch operation.GoogleAiGeminiBatchImageModel.submit(BatchRequest<String> request) Creates a batch of image generation prompts and submits them for asynchronous processing.BatchResponse<Response<@NonNull Image>> GoogleAiGeminiBatchImageModel.submit(GeminiBatchRequest<String> request) Creates and enqueues a batch of image generation requests, with Gemini-specific options such as display name and priority.BatchResponse<Response<@NonNull Image>> GoogleAiGeminiBatchImageModel.submit(String displayName, GeminiFiles.GeminiFile file) Creates a batch of image generation requests from an uploaded file.Methods in dev.langchain4j.model.googleai with parameters of type ImageModifier and TypeMethodDescriptionEdits an existing image using a mask to specify the area to modify.Edits an existing image based on a text prompt. -
Uses of Image in dev.langchain4j.model.image
Methods in dev.langchain4j.model.image that return types with arguments of type ImageModifier and TypeMethodDescriptionGiven an existing image, edit this image following the given prompt and apply the changes only to the part of the image specified by the given mask.Given an existing image, edit this image following the given prompt.Given a prompt, generate an image.Given a prompt, generate n images.BatchImageModel.list(@Nullable BatchPagination pagination) Lists image generation batch jobs with optional pagination.Retrieves the current state and results of an image generation batch operation.BatchImageModel.submit(BatchRequest<String> request) Creates a batch of image generation prompts and submits them for asynchronous processing.Methods in dev.langchain4j.model.image with parameters of type ImageModifier and TypeMethodDescriptionGiven an existing image, edit this image following the given prompt and apply the changes only to the part of the image specified by the given mask.Given an existing image, edit this image following the given prompt. -
Uses of Image in dev.langchain4j.model.ollama
Methods in dev.langchain4j.model.ollama that return types with arguments of type Image -
Uses of Image in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai that return types with arguments of type Image -
Uses of Image in dev.langchain4j.model.openaiofficial
Methods in dev.langchain4j.model.openaiofficial that return types with arguments of type Image -
Uses of Image in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return types with arguments of type ImageModifier and TypeMethodDescriptionMethods in dev.langchain4j.model.vertexai with parameters of type Image -
Uses of Image in dev.langchain4j.model.workersai
Methods in dev.langchain4j.model.workersai that return ImageModifier and TypeMethodDescriptionWorkersAiImageModel.convertAsImage(byte[] data) Convert Workers AI Image Generation output to LangChain4j model.Methods in dev.langchain4j.model.workersai that return types with arguments of type ImageModifier and TypeMethodDescriptionGiven an existing image, edit this image following the given prompt and apply the changes only to the part of the image specified by the given mask.Given an existing image, edit this image following the given prompt.Given a prompt, generate an image.Methods in dev.langchain4j.model.workersai with parameters of type ImageModifier and TypeMethodDescriptionGiven an existing image, edit this image following the given prompt and apply the changes only to the part of the image specified by the given mask.Given an existing image, edit this image following the given prompt.