Uses of Class
org.springframework.ai.audio.tts.TextToSpeechResponse
Packages that use TextToSpeechResponse
Package
Description
-
Uses of TextToSpeechResponse in org.springframework.ai.audio.tts
Methods in org.springframework.ai.audio.tts that return TextToSpeechResponseMethods in org.springframework.ai.audio.tts that return types with arguments of type TextToSpeechResponseModifier and TypeMethodDescriptionreactor.core.publisher.Flux<TextToSpeechResponse>StreamingTextToSpeechModel.stream(TextToSpeechPrompt prompt) -
Uses of TextToSpeechResponse in org.springframework.ai.elevenlabs
Methods in org.springframework.ai.elevenlabs that return TextToSpeechResponseMethods in org.springframework.ai.elevenlabs that return types with arguments of type TextToSpeechResponseModifier and TypeMethodDescriptionreactor.core.publisher.Flux<TextToSpeechResponse>ElevenLabsTextToSpeechModel.stream(TextToSpeechPrompt prompt) -
Uses of TextToSpeechResponse in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return TextToSpeechResponseMethods in org.springframework.ai.openai that return types with arguments of type TextToSpeechResponseModifier and TypeMethodDescriptionreactor.core.publisher.Flux<TextToSpeechResponse>OpenAiAudioSpeechModel.stream(TextToSpeechPrompt prompt) Streams the audio response for the given speech prompt.