Uses of Class
org.springframework.ai.audio.tts.TextToSpeechPrompt
Packages that use TextToSpeechPrompt
Package
Description
-
Uses of TextToSpeechPrompt in org.springframework.ai.audio.tts
Methods in org.springframework.ai.audio.tts with parameters of type TextToSpeechPromptModifier and TypeMethodDescriptionTextToSpeechModel.call(TextToSpeechPrompt prompt) reactor.core.publisher.Flux<TextToSpeechResponse>StreamingTextToSpeechModel.stream(TextToSpeechPrompt prompt) -
Uses of TextToSpeechPrompt in org.springframework.ai.elevenlabs
Methods in org.springframework.ai.elevenlabs with parameters of type TextToSpeechPromptModifier and TypeMethodDescriptionElevenLabsTextToSpeechModel.call(TextToSpeechPrompt prompt) reactor.core.publisher.Flux<TextToSpeechResponse>ElevenLabsTextToSpeechModel.stream(TextToSpeechPrompt prompt) -
Uses of TextToSpeechPrompt in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type TextToSpeechPromptModifier and TypeMethodDescriptionOpenAiAudioSpeechModel.call(TextToSpeechPrompt prompt) reactor.core.publisher.Flux<TextToSpeechResponse>OpenAiAudioSpeechModel.stream(TextToSpeechPrompt prompt) Streams the audio response for the given speech prompt.