View source: R/ms_list_voices.R
ms_list_voices | R Documentation |
List Voices
ms_list_voices(token = NULL, api_key = NULL, region = NULL, ...)
token |
An authentication token, base-64 encoded usually from
|
api_key |
Microsoft Cognitive Services API key, if token is not provided. |
region |
Subscription region for your key. See https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview |
... |
Additional arguments to send to |
A data.frame
of the names and their long names.
## Not run: if (ms_have_tts_key()) { res = ms_list_voices() } ## End(Not run) ## Not run: res = ms_list_voices(region = "eastus") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.