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 that return OpenAiAudioApi.SpeechRequest.VoiceMethods 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
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.OpenAiAudioApi.SpeechRequest.voice()Returns the value of thevoicerecord component.Methods in org.springframework.ai.openai.api with parameters of type OpenAiAudioApi.SpeechRequest.VoiceModifier and TypeMethodDescriptionOpenAiAudioApi.SpeechRequest.Builder.voice(OpenAiAudioApi.SpeechRequest.Voice voice) OpenAiAudioApi.SpeechRequest.Builder.withVoice(OpenAiAudioApi.SpeechRequest.Voice voice) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.springframework.ai.openai.api with parameters of type OpenAiAudioApi.SpeechRequest.VoiceModifierConstructorDescriptionSpeechRequest(String model, String input, OpenAiAudioApi.SpeechRequest.Voice voice, OpenAiAudioApi.SpeechRequest.AudioResponseFormat responseFormat, Float speed) Creates an instance of aSpeechRequestrecord class.
OpenAiAudioApi.SpeechRequest.Builder.voice(Voice)instead.