get_ms_tts_token
From mscstts v0.2.2
by John Muschelli
Get Microsoft Text To Speech (TTS) or Cognitive Services Token from API Key
Get Microsoft Text To Speech (TTS) or Cognitive Services Token from API Key
Usage
get_ms_tts_token(api_key = NULL)
Arguments
- api_key
Microsoft Cognitive Services API key
Value
A list of the request, and token
Examples
# NOT RUN {
if (valid_ms_tts_key()) {
token = get_ms_tts_token()
}
# }
Community examples
Looks like there are no examples yet.