Class TextToSpeechResponse

java.lang.Object
org.springframework.ai.audio.tts.TextToSpeechResponse
All Implemented Interfaces:
ModelResponse<Speech>

public class TextToSpeechResponse extends Object implements ModelResponse<Speech>
Implementation of the ModelResponse interface for the text to speech response.
Author:
Alexandros Pappas