Uses of Enum Class
org.springframework.ai.openai.OpenAiChatOptions.AudioParameters.AudioResponseFormat
Packages that use OpenAiChatOptions.AudioParameters.AudioResponseFormat
-
Uses of OpenAiChatOptions.AudioParameters.AudioResponseFormat in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiChatOptions.AudioParameters.AudioResponseFormatModifier and TypeMethodDescriptionOpenAiChatOptions.AudioParameters.format()Returns the value of theformatrecord component.Returns the enum constant of this class with the specified name.OpenAiChatOptions.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 with parameters of type OpenAiChatOptions.AudioParameters.AudioResponseFormatModifierConstructorDescriptionAudioParameters(@Nullable OpenAiChatOptions.AudioParameters.Voice voice, @Nullable OpenAiChatOptions.AudioParameters.AudioResponseFormat format) Creates an instance of aAudioParametersrecord class.