mscstts (version 0.2.2)

get_ms_tts_token: Get Microsoft Text To Speech (TTS) or Cognitive Services Token from API Key

Description

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

Run this code
# NOT RUN {
if (valid_ms_tts_key()) {
   token = get_ms_tts_token()
}
# }

Run the code above in your browser using DataCamp Workspace