Created
January 28, 2021 10:58
-
-
Save Ze1598/6cce9f347539aacde36ca03e68aa46ba to your computer and use it in GitHub Desktop.
Authenticate into Azure Cognitive Services through the Python SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import azure.cognitiveservices.speech as speechsdk | |
subscription_key = "your_key" | |
speech_region = "your_region" | |
speech_config = speechsdk.SpeechConfig(subscription_key, speech_region) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment