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