Uses of Class
org.springframework.ai.openai.audio.speech.SpeechResponse
Packages that use SpeechResponse
-
Uses of SpeechResponse in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return SpeechResponseMethods in org.springframework.ai.openai that return types with arguments of type SpeechResponseModifier and TypeMethodDescriptionreactor.core.publisher.Flux<SpeechResponse>
OpenAiAudioSpeechModel.stream
(SpeechPrompt speechPrompt) Streams the audio response for the given speech prompt. -
Uses of SpeechResponse in org.springframework.ai.openai.audio.speech
Methods in org.springframework.ai.openai.audio.speech that return SpeechResponseModifier and TypeMethodDescriptionSpeechModel.call
(SpeechPrompt request) Sends a speech request to the OpenAI TTS API and returns the resulting speech response.Methods in org.springframework.ai.openai.audio.speech that return types with arguments of type SpeechResponseModifier and TypeMethodDescriptionreactor.core.publisher.Flux<SpeechResponse>
StreamingSpeechModel.stream
(SpeechPrompt prompt) Sends a speech request to the OpenAI TTS API and returns a stream of the resulting speech responses.