Uses of Class
org.springframework.ai.openai.OpenAiAudioSpeechOptions
Packages that use OpenAiAudioSpeechOptions
Package
Description
-
Uses of OpenAiAudioSpeechOptions in org.springframework.ai.autoconfigure.openai
Methods in org.springframework.ai.autoconfigure.openai that return OpenAiAudioSpeechOptionsMethods in org.springframework.ai.autoconfigure.openai with parameters of type OpenAiAudioSpeechOptionsModifier and TypeMethodDescriptionvoid
OpenAiAudioSpeechProperties.setOptions
(OpenAiAudioSpeechOptions options) -
Uses of OpenAiAudioSpeechOptions in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiAudioSpeechOptionsConstructors 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. -
Uses of OpenAiAudioSpeechOptions in org.springframework.ai.openai.audio.speech
Constructors in org.springframework.ai.openai.audio.speech with parameters of type OpenAiAudioSpeechOptionsModifierConstructorDescriptionSpeechPrompt
(String instructions, OpenAiAudioSpeechOptions speechOptions) SpeechPrompt
(SpeechMessage speechMessage, OpenAiAudioSpeechOptions speechOptions)