Uses of Class
org.springframework.ai.openai.OpenAiAudioSpeechOptions
Packages that use OpenAiAudioSpeechOptions
-
Uses of OpenAiAudioSpeechOptions in org.springframework.ai.model.openai.autoconfigure
Methods in org.springframework.ai.model.openai.autoconfigure that return OpenAiAudioSpeechOptions -
Uses of OpenAiAudioSpeechOptions in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiAudioSpeechOptionsModifier and TypeMethodDescriptionOpenAiAudioSpeechOptions.Builder.build()OpenAiAudioSpeechModel.getOptions()Methods in org.springframework.ai.openai with parameters of type OpenAiAudioSpeechOptionsModifier and TypeMethodDescriptionOpenAiAudioSpeechOptions.Builder.from(OpenAiAudioSpeechOptions fromOptions) OpenAiAudioSpeechModel.Builder.options(@Nullable OpenAiAudioSpeechOptions options) Sets the default options.