MultimodalContentType¶
This docs was updated at: 2026-02-23
com.paragon.broadcasting.MultimodalContentType ยท Enum
Methods¶
content¶
TEXT,
/** Image content (screenshots, generated images, diagrams). */
IMAGE,
/** Audio content (recordings, synthesized speech). */
AUDIO,
/** Video content (short clips, screencasts). */
VIDEO,
/** Document content (PDFs, HTML pages, text files, etc.). */
DOCUMENT,
/**
* Arbitrary structured data / JSON payloads that are still treated as content rather than just
* metadata (e.g. tool responses, search results).
*/
STRUCTURED
}
Plain text or markdown content (prompts, completions, error messages).
content¶
IMAGE,
/** Audio content (recordings, synthesized speech). */
AUDIO,
/** Video content (short clips, screencasts). */
VIDEO,
/** Document content (PDFs, HTML pages, text files, etc.). */
DOCUMENT,
/**
* Arbitrary structured data / JSON payloads that are still treated as content rather than just
* metadata (e.g. tool responses, search results).
*/
STRUCTURED
}
Image content (screenshots, generated images, diagrams).
content¶
AUDIO,
/** Video content (short clips, screencasts). */
VIDEO,
/** Document content (PDFs, HTML pages, text files, etc.). */
DOCUMENT,
/**
* Arbitrary structured data / JSON payloads that are still treated as content rather than just
* metadata (e.g. tool responses, search results).
*/
STRUCTURED
}
Audio content (recordings, synthesized speech).
content¶
VIDEO,
/** Document content (PDFs, HTML pages, text files, etc.). */
DOCUMENT,
/**
* Arbitrary structured data / JSON payloads that are still treated as content rather than just
* metadata (e.g. tool responses, search results).
*/
STRUCTURED
}
Video content (short clips, screencasts).
metadata¶
DOCUMENT,
/**
* Arbitrary structured data / JSON payloads that are still treated as content rather than just
* metadata (e.g. tool responses, search results).
*/
STRUCTURED
}
Document content (PDFs, HTML pages, text files, etc.).