Uses of Enum Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.AudioParameters.Voice
Packages that use OpenAiApi.ChatCompletionRequest.AudioParameters.Voice
-
Uses of OpenAiApi.ChatCompletionRequest.AudioParameters.Voice in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ChatCompletionRequest.AudioParameters.VoiceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OpenAiApi.ChatCompletionRequest.AudioParameters.Voice.values()Returns an array containing the constants of this enum class, in the order they are declared.OpenAiApi.ChatCompletionRequest.AudioParameters.voice()Returns the value of thevoicerecord component.Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.ChatCompletionRequest.AudioParameters.VoiceModifierConstructorDescriptionAudioParameters(OpenAiApi.ChatCompletionRequest.AudioParameters.Voice voice, OpenAiApi.ChatCompletionRequest.AudioParameters.AudioResponseFormat format) Creates an instance of aAudioParametersrecord class.