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 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.googleai
Methods in dev.langchain4j.model.googleai that return types with arguments of type ImageModifier and TypeMethodDescriptionBatchRequestResponse.BatchResponse<Response<@NonNull Image>> GoogleAiGeminiBatchImageModel.createBatchFromFile(String displayName, GeminiFiles.GeminiFile file) Creates a batch of image generation requests from an uploaded file.BatchRequestResponse.BatchResponse<Response<@NonNull Image>> GoogleAiGeminiBatchImageModel.createBatchInline(String displayName, @Nullable Long priority, List<GoogleAiGeminiBatchImageModel.ImageGenerationRequest> requests) Creates and enqueues a batch of image generation requests for asynchronous processing.Edits 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.BatchRequestResponse.BatchList<Response<@NonNull Image>> GoogleAiGeminiBatchImageModel.listBatchJobs(@Nullable Integer pageSize, @Nullable String pageToken) Lists batch jobs with optional pagination.BatchRequestResponse.BatchResponse<Response<@NonNull Image>> GoogleAiGeminiBatchImageModel.retrieveBatchResults(BatchRequestResponse.BatchName name) Retrieves the current state and results of a batch operation.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.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.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.