Interface StreamingTextToSpeechModel

All Superinterfaces:
StreamingModel<TextToSpeechPrompt,TextToSpeechResponse>
All Known Implementing Classes:
ElevenLabsTextToSpeechModel

public interface StreamingTextToSpeechModel extends StreamingModel<TextToSpeechPrompt,TextToSpeechResponse>
Interface for the streaming text to speech model.
Author:
Alexandros Pappas