Uses of Class
com.unfbx.chatgpt.entity.images.ImageResponse
-
Packages that use ImageResponse Package Description com.unfbx.chatgpt -
-
Uses of ImageResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return ImageResponse Modifier and Type Method Description ImageResponseOpenAiClient. genImages(Image image)根据描述生成图片ImageResponseOpenAiClient. genImages(String prompt)根据描述生成图片ImageResponseOpenAiClient. variationsImages(File image)Creates a variation of a given image.ImageResponseOpenAiClient. variationsImages(File image, ImageVariations imageVariations)Creates a variation of a given image.Methods in com.unfbx.chatgpt that return types with arguments of type ImageResponse Modifier and Type Method Description io.reactivex.Single<ImageResponse>OpenAiApi. editImages(okhttp3.MultipartBody.Part image, okhttp3.MultipartBody.Part mask, Map<String,okhttp3.RequestBody> requestBodyMap)Creates an edited or extended image given an original image and a prompt.io.reactivex.Single<ImageResponse>OpenAiApi. genImages(Image image)Creates an image given a prompt.io.reactivex.Single<ImageResponse>OpenAiApi. variationsImages(okhttp3.MultipartBody.Part image, Map<String,okhttp3.RequestBody> requestBodyMap)Creates a variation of a given image.
-