better-french-tts
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
better-french-tts
better-french-tts
/
com.github.kvnpetit.betterfrenchtts.ssml
/
SsmlNode
/
Paragraph
Paragraph
data
class
Paragraph
(
val
children
:
List
<
SsmlNode
>
=
emptyList()
)
:
SsmlNode
Paragraph wrapper. Rendered as
<p>...</p>
.
Members
Constructors
Paragraph
Link copied to clipboard
constructor
(
children
:
List
<
SsmlNode
>
=
emptyList()
)
Properties
children
Link copied to clipboard
val
children
:
List
<
SsmlNode
>
Child nodes forming the paragraph.