Uses of Class
dev.langchain4j.model.audio.TextToSpeechResponse
Packages that use TextToSpeechResponse
-
Uses of TextToSpeechResponse in dev.langchain4j.model.audio
Methods in dev.langchain4j.model.audio that return TextToSpeechResponseModifier and TypeMethodDescriptionstatic TextToSpeechResponseCreates a new response with the given audio.TextToSpeechModel.synthesize(TextToSpeechRequest request) Given a text-to-speech request, synthesizes speech audio.default TextToSpeechResponseTextToSpeechModel.synthesize(String text) Convenience method for simple speech generation needs. -
Uses of TextToSpeechResponse in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai that return TextToSpeechResponseModifier and TypeMethodDescriptionOpenAiTextToSpeechModel.synthesize(TextToSpeechRequest audioRequest)