ms_region | R Documentation |
If region is supported, this function returns the region. If not supported, throws a warning message.
ms_region(region = conrad::region)
region |
Subscription region for API key. For more info, see https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/regions |
Character vector of region
# Check if westus is supported
ms_region(region = "westus")
# Check if eastus is supported
ms_region(region = "eastus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.