Package org.springframework.ai.audio.tts
Class TextToSpeechResponseMetadata
java.lang.Object
org.springframework.ai.model.MutableResponseMetadata
org.springframework.ai.audio.tts.TextToSpeechResponseMetadata
- All Implemented Interfaces:
ResponseMetadata
- Direct Known Subclasses:
OpenAiAudioSpeechResponseMetadata
Metadata associated with an audio transcription response.
- Author:
- Alexandros Pappas
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.ai.model.MutableResponseMetadata
clear, computeIfAbsent, containsKey, entrySet, get, getOrDefault, getRawMap, getRequired, isEmpty, keySet, put, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.ai.model.ResponseMetadata
getOrDefault
-
Constructor Details
-
TextToSpeechResponseMetadata
public TextToSpeechResponseMetadata()
-