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