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