You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Ink-Recognizer/quickstarts/csharp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The source code for this quickstart can be found on [GitHub](https://go.microsof
48
48
49
49
2. Create variables for your subscription key and endpoint, and the example JSON file. The endpoint will later be combined with `inkRecognitionUrl` to access the API.
50
50
51
-
[!code-csharp[endpoint file and key variables](~/cognitive-services-rest-samples/Vision/dotnet/InkRecognition/quickstart/recognizeInk.cs?name=vars)]
51
+
[!code-csharp[endpoint file and key variables](~/cognitive-services-rest-samples/dotnet/Vision/InkRecognition/quickstart/recognizeInk.cs?name=vars)]
0 commit comments