Package com.axemble.vdoc.sdk.ai.content
Interface IMultimodalContent
public interface IMultimodalContent
Interface for multimodal content
-
Method Summary
Modifier and TypeMethodDescriptionGet the input stream of the contentGet 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
-