OutputContent

data class OutputContent(val text: List<String>?, val menuEntry: List<MenuEntry>?)

This is a sequence of elements if they have different formats.

Constructors

Link copied to clipboard
constructor(text: List<String>?, menuEntry: List<MenuEntry>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

It conveys Information related to the content of the text data and its format. All the data elements related to the format of the text to display or print are parameters valid for the whole Text content.

Functions

Link copied to clipboard
fun toRTROutputContent(): RTROutputContent