View source: R/ms_create_ssml.R
ms_create_ssml | R Documentation |
Create Speech Synthesis Markup Language (SSML)
ms_create_ssml(
script,
voice = NULL,
gender = c("Female", "Male"),
language = "en-US",
escape = FALSE
)
script |
A character vector of lines to be spoken |
voice |
Full voice name, |
gender |
Sex of the Speaker |
language |
Language to be spoken |
escape |
Should non-standard characters be substituted? Should not
be used if |
A character string of the text and SSML markup
ms_create_ssml("hey I really like things & dogs", escape = TRUE)
ms_create_ssml("hey I really like things")
ms_create_ssml('hey I <emphasis level="strong">really like</emphasis> things')
ms_create_ssml('hey I <emphasis level="strong">really like</emphasis> things',
escape = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.