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
/
Sentence
Sentence
data
class
Sentence
(
val
children
:
List
<
SsmlNode
>
=
emptyList()
)
:
SsmlNode
Sentence wrapper. Rendered as
<s>...</s>
.
Members
Constructors
Sentence
Link copied to clipboard
constructor
(
children
:
List
<
SsmlNode
>
=
emptyList()
)
Properties
children
Link copied to clipboard
val
children
:
List
<
SsmlNode
>
Child nodes forming the sentence.