We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d4b65 commit 3b06a1bCopy full SHA for 3b06a1b
samples/face/identify.py
@@ -12,10 +12,6 @@
12
# You must use the same region as you used to get your subscription
13
# keys. For example, if you got your subscription keys from westus,
14
# replace "westcentralus" with "westus".
15
-#
16
-# Free trial subscription keys are generated in the westcentralus
17
-# region. If you use a free trial subscription key, you shouldn't
18
-# need to change the region.
19
FACE_LOCATION = "westcentralus"
20
21
face_base_url = "https://{}.api.cognitive.microsoft.com".format(FACE_LOCATION)
0 commit comments