Extends SsmlBuilder
These methods internally use the non-chainable methods.
Adds a SSML <amazon:effect effect="{effect}">[...]</amazon:effect>
tag to the element pile as a SsmlTag object.
Adds a SSML <phoneme alphabet="{alphabet}" ph="{ph}">[...]</phoneme>
tag to the element pile as a SsmlTag object.
Adds a SSML <w role="{role}">[...]</w>
tag to the element pile as a SsmlTag object.
These methods return an SsmlTag.
Returns a SSML <amazon:effect effect="{effect}">[...]</amazon:effect>
tag as a SsmlTag object.
Returns a SSML <phoneme alphabet="{alphabet}" ph="{ph}">[...]</phoneme>
tag as a SsmlTag object.
Returns a SSML <w role="{role}">[...]</w>
tag as a SsmlTag object.