Uses of Enum Class
org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.Voice
Packages that use OpenAiAudioApi.SpeechRequest.Voice
-
Uses of OpenAiAudioApi.SpeechRequest.Voice in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type OpenAiAudioApi.SpeechRequest.VoiceModifier and TypeMethodDescriptionvoidOpenAiAudioSpeechOptions.setVoice(OpenAiAudioApi.SpeechRequest.Voice voice) OpenAiAudioSpeechOptions.Builder.voice(OpenAiAudioApi.SpeechRequest.Voice voice) -
Uses of OpenAiAudioApi.SpeechRequest.Voice in org.springframework.ai.openai.api
Subclasses with type arguments of type OpenAiAudioApi.SpeechRequest.Voice in org.springframework.ai.openai.apiModifier and TypeClassDescriptionstatic enumThe voice to use for synthesis.Methods in org.springframework.ai.openai.api that return OpenAiAudioApi.SpeechRequest.VoiceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OpenAiAudioApi.SpeechRequest.Voice[]OpenAiAudioApi.SpeechRequest.Voice.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai.api with parameters of type OpenAiAudioApi.SpeechRequest.VoiceModifier and TypeMethodDescriptionOpenAiAudioApi.SpeechRequest.Builder.voice(OpenAiAudioApi.SpeechRequest.Voice voice)