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