Package org.springframework.ai.model
Interface MediaContent
- All Superinterfaces:
Content
- All Known Implementing Classes:
Document
,UserMessage
-
Method Summary
Methods inherited from interface org.springframework.ai.model.Content
getContent, getMetadata
-
Method Details
-
getMedia
Collection<Media> getMedia()Get the media associated with the content.
-