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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: ink-recognizer
10
10
ms.topic: quickstart
11
-
ms.date: 05/02/2019
11
+
ms.date: 09/23/2019
12
12
ms.author: aahi
13
13
---
14
14
@@ -55,7 +55,7 @@ The source code for this quickstart can be found on [GitHub](https://go.microsof
55
55
usingNewtonsoft.Json.Linq;
56
56
```
57
57
58
-
2. Createvariablesfor your subscription key and your endpoint. Below is the URI you can use for ink recognition. It will be appended to your service endpoint later to create the API request URl.
58
+
2. Createvariablesfor your subscription key and your endpoint. Replace the endpoint below with the one generated for your Ink Recognizer resource. Append it to the Ink recognizer URI to connect to the API.
59
59
60
60
```csharp
61
61
// Replace the subscriptionKey string with your valid subscription key.
@@ -65,7 +65,7 @@ The source code for this quickstart can be found on [GitHub](https://go.microsof
Copy file name to clipboardExpand all lines: articles/cognitive-services/Ink-Recognizer/quickstarts/java.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: ink-recognizer
10
10
ms.topic: quickstart
11
-
ms.date: 05/02/2019
11
+
ms.date: 09/23/2019
12
12
ms.author: aahi
13
13
---
14
14
@@ -53,15 +53,15 @@ The source code for this quickstart can be found on [GitHub](https://go.microsof
53
53
importjava.nio.file.Paths;
54
54
```
55
55
56
-
2.Create variables for your subscription key and your endpoint. Below is the URI you can use forink recognition. It will be appended to your service endpoint later to create the API request URL.
56
+
2.Create variables for your subscription key and your endpoint. Replacethe endpoint below with the one generated foryour InkRecognizer resource. Append it to the Ink recognizer URI to connect to the API.
57
57
58
58
```java
59
59
// Replace the subscriptionKey string value with your valid subscription key.
0 commit comments