Class OpenAiAudioSpeechResponseMetadata
java.lang.Object
org.springframework.ai.model.MutableResponseMetadata
org.springframework.ai.openai.metadata.audio.OpenAiAudioSpeechResponseMetadata
- All Implemented Interfaces:
ResponseMetadata
Audio speech metadata implementation for OpenAI.
- Author:
- Ahmed Yousri
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
static final OpenAiAudioSpeechResponseMetadata
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.ai.model.MutableResponseMetadata
clear, computeIfAbsent, containsKey, entrySet, get, getOrDefault, getRawMap, getRequired, isEmpty, keySet, put, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.ai.model.ResponseMetadata
getOrDefault
-
Field Details
-
AI_METADATA_STRING
- See Also:
-
NULL
-
-
Constructor Details
-
OpenAiAudioSpeechResponseMetadata
public OpenAiAudioSpeechResponseMetadata() -
OpenAiAudioSpeechResponseMetadata
-
-
Method Details