Paragraph

data class Paragraph(val children: List<SsmlNode> = emptyList()) : SsmlNode

Paragraph wrapper. Rendered as <p>...</p>.

Constructors

Link copied to clipboard
constructor(children: List<SsmlNode> = emptyList())

Properties

Link copied to clipboard

Child nodes forming the paragraph.