Uses of Class
com.unfbx.chatgpt.entity.images.ResponseFormat
-
Packages that use ResponseFormat Package Description com.unfbx.chatgpt.entity.images -
-
Uses of ResponseFormat in com.unfbx.chatgpt.entity.images
Methods in com.unfbx.chatgpt.entity.images that return ResponseFormat Modifier and Type Method Description static ResponseFormatResponseFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseFormat[]ResponseFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.unfbx.chatgpt.entity.images with parameters of type ResponseFormat Modifier and Type Method Description ImageEditImageEdit. setResponseFormat(ResponseFormat responseFormat)voidImageVariations. setResponseFormat(ResponseFormat responseFormat)
-