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 0a2be83 commit bb5cb63Copy full SHA for bb5cb63
samples/vision/inkrecognizer_sample.py
@@ -19,7 +19,7 @@
19
# You can also use an Azure credential instance
20
# <InkRecognizerClientConfig>
21
INK_RECOGNIZER_URL = "https://api.cognitive.microsoft.com/inkrecognizer"
22
-KEY = os.environ['INK_RECOGNIZER_SUBSCRIPTION_KEY'].strip()
+KEY = os.environ['INK_RECOGNITION_SUBSCRIPTION_KEY'].strip()
23
24
# The default locale is "en-US". Setting a different language for a stroke will overload this value.
25
LANGUAGE_RECOGNITION_LOCALE = "en-US"
0 commit comments