View source: R/ms_list_voice.R
ms_list_voice | R Documentation |
Obtains a full list of voices for a specific region.
ms_list_voice(api_key = NULL, region = "westus")
api_key |
Microsoft Azure Cognitive Services API key |
region |
Subscription region for API key. For more info, see https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/regions |
For more info, see Get a list of voices from the Microsoft documentation.
A data.frame
of the names and their long names.
# List voices for westus
ms_list_voice(region = "westus")
# List voices for eastus
ms_list_voice(region = "eastus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.