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
FieldsModifier and TypeFieldDescriptionprotected static final String
static final OpenAiAudioSpeechResponseMetadata
-
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, 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
-
NULL
-
AI_METADATA_STRING
- See Also:
-
-
Constructor Details
-
OpenAiAudioSpeechResponseMetadata
public OpenAiAudioSpeechResponseMetadata() -
OpenAiAudioSpeechResponseMetadata
-
-
Method Details