Text

data class Text(val content: String) : SsmlNode

Raw text content. Rendered as XML-escaped text.

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard