Set the endpoint for Speech in Foundry Tools. This endpoint is used by
foundry_transcribe() and foundry_translate_audio() when
service = "speech".
Examples
if (FALSE) { # \dontrun{
foundry_set_speech_endpoint(Sys.getenv("AZURE_FOUNDRY_SPEECH_ENDPOINT"))
} # }