ms_get_tts_key | R Documentation |
Determines if option(ms_tts_key)
or
option(ms_tts_key)
is set.
If not, it stops and returns an error. If so, returns the value.
ms_get_tts_key(api_key = NULL, error = TRUE) ms_have_tts_key(api_key = NULL) ms_set_tts_key(api_key) ms_valid_tts_key(api_key = NULL, region = ms_regions())
api_key |
Microsoft Cognitive Services API key |
error |
Should the function error if |
region |
Subscription region for your key. See https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview |
API key
You can either set the API key using
option(ms_tts_key)
or have it accessible by
api_key = Sys.getenv('MS_TTS_API_KEY")}, or
\code{api_key = Sys.getenv('MS_TTS_API_KEY1")}, or
\code{api_key = Sys.getenv('MS_TTS_API_KEY2")
res = ms_get_tts_key(error = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.