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()OpenAiAudioSpeechOptions.copy()Constructors in org.springframework.ai.openai with parameters of type OpenAiAudioSpeechOptionsModifierConstructorDescriptionOpenAiAudioSpeechModel(OpenAiAudioApi audioApi, OpenAiAudioSpeechOptions options) Initializes a new instance of the OpenAiAudioSpeechModel class with the provided OpenAiAudioApi and options.OpenAiAudioSpeechModel(OpenAiAudioApi audioApi, OpenAiAudioSpeechOptions options, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the OpenAiAudioSpeechModel class with the provided OpenAiAudioApi and options.