Enum Class的使用
io.github.flashvayne.chatgpt.dto.image.ImageFormat
使用ImageFormat的程序包
程序包
说明
-
io.github.flashvayne.chatgpt.dto.image中ImageFormat的使用
修饰符和类型方法说明static ImageFormatReturns the enum constant of this class with the specified name.static ImageFormat[]ImageFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
io.github.flashvayne.chatgpt.service中ImageFormat的使用
修饰符和类型方法说明ChatgptService.imageGenerate(String prompt, Integer n, ImageSize size, ImageFormat format) -
io.github.flashvayne.chatgpt.service.impl中ImageFormat的使用
修饰符和类型方法说明DefaultChatgptService.imageGenerate(String prompt, Integer n, ImageSize size, ImageFormat format)