Interface TextToSpeechModel

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

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