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.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.