Interface MediaContent

All Superinterfaces:
Content
All Known Implementing Classes:
Document, UserMessage

public interface MediaContent extends Content
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the media associated with the content.

    Methods inherited from interface org.springframework.ai.model.Content

    getContent, getMetadata
  • Method Details

    • getMedia

      Collection<Media> getMedia()
      Get the media associated with the content.