Uses of Class
org.springframework.ai.openai.OpenAiAudioSpeechOptions
Package
Description
-
Uses of OpenAiAudioSpeechOptions in org.springframework.ai.autoconfigure.openai
Modifier and TypeMethodDescriptionvoid
OpenAiAudioSpeechProperties.setOptions
(OpenAiAudioSpeechOptions options) -
Uses of OpenAiAudioSpeechOptions in org.springframework.ai.openai
ModifierConstructorDescriptionOpenAiAudioSpeechModel
(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
ModifierConstructorDescriptionSpeechPrompt
(String instructions, OpenAiAudioSpeechOptions speechOptions) SpeechPrompt
(SpeechMessage speechMessage, OpenAiAudioSpeechOptions speechOptions)