Interface TextToSpeechModel

All Superinterfaces:
Model<TextToSpeechPrompt,TextToSpeechResponse>, StreamingModel<TextToSpeechPrompt,TextToSpeechResponse>, StreamingTextToSpeechModel

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