Uses of Enum Class
org.springframework.ai.openai.api.OpenAiAudioApi.TtsModel
Packages that use OpenAiAudioApi.TtsModel
-
Uses of OpenAiAudioApi.TtsModel in org.springframework.ai.openai.api
Subclasses with type arguments of type OpenAiAudioApi.TtsModel in org.springframework.ai.openai.apiModifier and TypeClassDescriptionstatic enumTTS is an AI model that converts text to natural sounding spoken text.Methods in org.springframework.ai.openai.api that return OpenAiAudioApi.TtsModelModifier and TypeMethodDescriptionstatic OpenAiAudioApi.TtsModelReturns the enum constant of this class with the specified name.static OpenAiAudioApi.TtsModel[]OpenAiAudioApi.TtsModel.values()Returns an array containing the constants of this enum class, in the order they are declared.