Uses of Class
dev.langchain4j.data.image.Image
Package
Description
-
Uses of Image in dev.langchain4j.data.image
-
Uses of Image in dev.langchain4j.data.message
Modifier 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.ModifierConstructorDescriptionImageContent
(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
-
Uses of Image in dev.langchain4j.model.dashscope
Modifier and TypeMethodDescription -
Uses of Image in dev.langchain4j.model.image
Modifier 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.Modifier 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
-
Uses of Image in dev.langchain4j.model.vertexai
Modifier and TypeMethodDescription -
Uses of Image in dev.langchain4j.model.workersai
Modifier and TypeMethodDescriptionWorkersAiImageModel.convertAsImage
(byte[] data) Convert Workers AI Image Generation output to Langchain4j model.Modifier 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.Modifier 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.zhipu