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 ImageContent
Create a newImageContent
from the given image.static ImageContent
ImageContent.from
(Image image, ImageContent.DetailLevel detailLevel) Create a newImageContent
from the given image.Constructors in dev.langchain4j.data.message with parameters of type ImageModifierConstructorDescriptionImageContent
(Image image) Create a newImageContent
from the given image.ImageContent
(Image image, ImageContent.DetailLevel detailLevel) Create a newImageContent
from 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.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.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.