Sentence

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

Sentence wrapper. Rendered as <s>...</s>.

Constructors

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

Properties

Link copied to clipboard

Child nodes forming the sentence.