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