Uses of Class
org.springframework.ai.audio.tts.TextToSpeechPrompt
Packages that use TextToSpeechPrompt
-
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)