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