Class ElevenLabsTextToSpeechModel

java.lang.Object
org.springframework.ai.elevenlabs.ElevenLabsTextToSpeechModel
All Implemented Interfaces:
StreamingTextToSpeechModel, TextToSpeechModel, Model<TextToSpeechPrompt,TextToSpeechResponse>, StreamingModel<TextToSpeechPrompt,TextToSpeechResponse>

public class ElevenLabsTextToSpeechModel extends Object implements TextToSpeechModel, StreamingTextToSpeechModel
Implementation of the TextToSpeechModel and StreamingTextToSpeechModel interfaces
Author:
Alexandros Pappas