powered by
Get Microsoft Text To Speech (TTS) or Cognitive Services Token from API Key
ms_get_tts_token(api_key = NULL, region = ms_regions())ms_auth_url(region = ms_regions())ms_expired_token(token = NULL)
ms_auth_url(region = ms_regions())
ms_expired_token(token = NULL)
Microsoft Cognitive Services API key
Subscription region for your key. See https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview#reference-docs
An authentication of class token, likely from ms_get_tts_token
token
ms_get_tts_token
A list of the request, and token
# NOT RUN { if (ms_valid_tts_key()) { token = ms_get_tts_token() } # }
Run the code above in your browser using DataLab