Skip to content

Commit da6249a

Browse files
committed
run code mention
1 parent b42554f commit da6249a

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

articles/cognitive-services/language-service/language-detection/includes/quickstarts/csharp-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 08/15/2022
7+
ms.date: 12/12/2022
88
ms.author: jboback
99
ms.custom: ignite-fall-2021
1010
---
@@ -42,7 +42,7 @@ Install the client library by right-clicking on the solution in the **Solution E
4242
4343
## Code example
4444

45-
Copy the following code into your *program.cs* file. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
45+
Copy the following code into your *program.cs* file. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
4646

4747
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
4848

articles/cognitive-services/language-service/language-detection/includes/quickstarts/java-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 09/15/2022
7+
ms.date: 12/12/2022
88
ms.custom: devx-track-java, ignite-fall-2021
99
ms.author: jboback
1010
---
@@ -49,7 +49,7 @@ Create a Maven project in your preferred IDE or development environment. Then ad
4949
5050
## Code example
5151

52-
Create a Java file named `Example.java`. Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
52+
Create a Java file named `Example.java`. Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
5353

5454
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
5555

articles/cognitive-services/language-service/language-detection/includes/quickstarts/nodejs-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 08/15/2022
7+
ms.date: 12/12/2022
88
ms.author: jboback
99
ms.custom: devx-track-js, ignite-fall-2021
1010
---
@@ -60,7 +60,7 @@ npm install --save @azure/[email protected]
6060
6161
## Code example
6262

63-
Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
63+
Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
6464

6565
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
6666

articles/cognitive-services/language-service/language-detection/includes/quickstarts/python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: jboback
33
ms.service: cognitive-services
44
ms.subservice: language-service
55
ms.topic: include
6-
ms.date: 09/15/2022
6+
ms.date: 12/12/2022
77
ms.author: jboback
88
ms.custom: ignite-fall-2021
99
---
@@ -43,7 +43,7 @@ pip install azure-ai-textanalytics==5.2.0
4343
4444
## Code example
4545

46-
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
46+
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
4747

4848
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
4949

articles/cognitive-services/language-service/language-detection/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: quickstart
11-
ms.date: 08/15/2022
11+
ms.date: 12/12/2022
1212
ms.author: jboback
1313
ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-language-detection, ignite-fall-2021, mode-api

articles/cognitive-services/language-service/named-entity-recognition/includes/quickstarts/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Install the client library by right-clicking on the solution in the **Solution E
4242

4343
## Code example
4444

45-
Copy the following code into your *program.cs* file. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
45+
Copy the following code into your *program.cs* file. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
4646

4747
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
4848

articles/cognitive-services/language-service/named-entity-recognition/includes/quickstarts/java-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 09/15/2022
7+
ms.date: 12/12/2022
88
ms.custom: devx-track-java, ignite-fall-2021
99
ms.author: jboback
1010
---
@@ -46,7 +46,7 @@ Create a Maven project in your preferred IDE or development environment. Then ad
4646

4747
## Code example
4848

49-
Create a Java file named `Example.java`. Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
49+
Create a Java file named `Example.java`. Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
5050

5151
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
5252

articles/cognitive-services/language-service/named-entity-recognition/includes/quickstarts/nodejs-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 07/11/2022
7+
ms.date: 12/12/2022
88
ms.author: jboback
99
ms.custom: devx-track-js, ignite-fall-2021
1010
---
@@ -58,7 +58,7 @@ npm install @azure/[email protected]
5858
5959
## Code example
6060

61-
Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
61+
Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
6262

6363
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
6464

articles/cognitive-services/language-service/named-entity-recognition/includes/quickstarts/python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: jboback
33
ms.service: cognitive-services
44
ms.subservice: language-service
55
ms.topic: include
6-
ms.date: 09/15/2022
6+
ms.date: 12/12/2022
77
ms.author: jboback
88
ms.custom: ignite-fall-2021
99
---
@@ -35,7 +35,7 @@ pip install azure-ai-textanalytics==5.2.0
3535

3636
## Code example
3737

38-
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
38+
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
3939

4040
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
4141

articles/cognitive-services/language-service/named-entity-recognition/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: quickstart
11-
ms.date: 08/15/2022
11+
ms.date: 12/12/2022
1212
ms.author: jboback
1313
ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-ner, ignite-fall-2021, mode-api

0 commit comments

Comments
 (0)