Class AudioTranscriptionResponseMetadata
java.lang.Object
org.springframework.ai.model.MutableResponseMetadata
org.springframework.ai.audio.transcription.AudioTranscriptionResponseMetadata
- All Implemented Interfaces:
ResponseMetadata
- Direct Known Subclasses:
AzureOpenAiAudioTranscriptionResponseMetadata
,OpenAiAudioTranscriptionResponseMetadata
Metadata associated with an audio transcription response.
- Author:
- Piotr Olaszewski
-
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, toString, wait, wait, wait
Methods inherited from interface org.springframework.ai.model.ResponseMetadata
getOrDefault
-
Constructor Details
-
AudioTranscriptionResponseMetadata
public AudioTranscriptionResponseMetadata()
-