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