Interface StreamingTextToSpeechModel

All Superinterfaces:
StreamingModel<TextToSpeechPrompt,TextToSpeechResponse>
All Known Subinterfaces:
TextToSpeechModel
All Known Implementing Classes:
ElevenLabsTextToSpeechModel, OpenAiAudioSpeechModel
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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