Interface IMultimodalContent


public interface IMultimodalContent
Interface for multimodal content
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the input stream of the content
    Get the mime type of the content
  • Method Details

    • getMimeType

      String getMimeType()
      Get the mime type of the content
      Returns:
      the mime type of the content
    • getInputStream

      InputStream getInputStream()
      Get the input stream of the content
      Returns:
      the input stream of the content