Uses of Enum Class
org.springframework.ai.openai.api.OpenAiAudioApi.SpeechRequest.AudioResponseFormat
Packages that use OpenAiAudioApi.SpeechRequest.AudioResponseFormat
-
Uses of OpenAiAudioApi.SpeechRequest.AudioResponseFormat in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiAudioApi.SpeechRequest.AudioResponseFormatMethods in org.springframework.ai.openai with parameters of type OpenAiAudioApi.SpeechRequest.AudioResponseFormatModifier and TypeMethodDescriptionOpenAiAudioSpeechOptions.Builder.responseFormat(OpenAiAudioApi.SpeechRequest.AudioResponseFormat responseFormat) voidOpenAiAudioSpeechOptions.setResponseFormat(OpenAiAudioApi.SpeechRequest.AudioResponseFormat responseFormat) -
Uses of OpenAiAudioApi.SpeechRequest.AudioResponseFormat in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiAudioApi.SpeechRequest.AudioResponseFormatModifier and TypeMethodDescriptionOpenAiAudioApi.SpeechRequest.responseFormat()Returns the value of theresponseFormatrecord component.Returns the enum constant of this class with the specified name.OpenAiAudioApi.SpeechRequest.AudioResponseFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai.api with parameters of type OpenAiAudioApi.SpeechRequest.AudioResponseFormatModifier and TypeMethodDescriptionOpenAiAudioApi.SpeechRequest.Builder.responseFormat(OpenAiAudioApi.SpeechRequest.AudioResponseFormat responseFormat) Constructors in org.springframework.ai.openai.api with parameters of type OpenAiAudioApi.SpeechRequest.AudioResponseFormatModifierConstructorDescriptionSpeechRequest(String model, String input, String voice, OpenAiAudioApi.SpeechRequest.AudioResponseFormat responseFormat, Double speed) Creates an instance of aSpeechRequestrecord class.