powered by
List Voices
ms_list_voices(token = NULL, api_key = NULL, region = NULL, ...)
An authentication token, base-64 encoded usually from ms_get_tts_token. If not provided, will be created from ms_get_tts_token
ms_get_tts_token
Microsoft Cognitive Services API key, if token is not provided.
Subscription region for your key. See https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview
Additional arguments to send to GET
GET
A data.frame of the names and their long names.
data.frame
# NOT RUN { if (ms_have_tts_key()) { res = ms_list_voices() } # } # NOT RUN { # } # NOT RUN { res = ms_list_voices(region = "eastus") # }
Run the code above in your browser using DataLab