Uses of Class
com.unfbx.chatgpt.entity.images.ImageEdit
-
Packages that use ImageEdit Package Description com.unfbx.chatgpt com.unfbx.chatgpt.entity.images -
-
Uses of ImageEdit in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt with parameters of type ImageEdit Modifier and Type Method Description List<Item>OpenAiClient. editImages(File image, ImageEdit imageEdit)Creates an edited or extended image given an original image and a prompt.List<Item>OpenAiClient. editImages(File image, File mask, ImageEdit imageEdit)Creates an edited or extended image given an original image and a prompt. -
Uses of ImageEdit in com.unfbx.chatgpt.entity.images
Methods in com.unfbx.chatgpt.entity.images that return ImageEdit Modifier and Type Method Description ImageEditImageEdit. setN(Integer n)ImageEditImageEdit. setPrompt(String prompt)ImageEditImageEdit. setResponseFormat(ResponseFormat responseFormat)ImageEditImageEdit. setSize(SizeEnum size)ImageEditImageEdit. setUser(String user)
-