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/ai-services/language-service/personally-identifiable-information/includes/quickstarts/csharp-sdk.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,13 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
18
18
## Prerequisites
19
19
20
20
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
21
+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
21
22
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
22
23
23
-
24
-
25
24
## Setting up
26
25
27
-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
28
-
29
-
30
-
31
-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/java-sdk.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,11 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
17
17
## Prerequisites
18
18
19
19
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
20
+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
20
21
*[Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) with version 8 or above
21
22
22
-
23
-
24
-
25
23
## Setting up
26
24
27
-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
28
-
29
-
30
-
31
-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/nodejs-sdk.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,11 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
15
15
## Prerequisites
16
16
17
17
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18
+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
18
19
*[Node.js](https://nodejs.org/) v14 LTS or later
19
20
20
-
21
21
## Setting up
22
22
23
-
24
-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
25
-
26
-
27
-
28
-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/python-sdk.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,11 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
15
15
## Prerequisites
16
16
17
17
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18
+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
18
19
*[Python 3.8 or later](https://www.python.org/)
19
20
20
-
21
21
## Setting up
22
22
23
-
24
-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
25
-
26
-
27
-
28
-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/rest-api.md
Use this quickstart to send Personally Identifiable Information (PII) detection requests using the REST API. In the following example, you will use cURL to identify [recognized sensitive information](../../concepts/entity-categories.md) in text.
15
15
16
-
17
16
## Prerequisites
18
17
19
18
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
20
-
19
+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
21
20
22
21
## Setting up
23
22
24
-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
25
-
26
-
27
-
28
-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
## Create a JSON file with the example request body
36
26
37
27
In a code editor, create a new file named `test_pii_payload.json` and copy the following JSON example. This example request will be sent to the API in the next step.
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/summarization/includes/quickstarts/csharp-sdk.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
@@ -31,7 +31,7 @@ Use this quickstart to create a text summarization application with the client l
31
31
32
32
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
33
33
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
34
-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource) create a Language resource.
34
+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
35
35
* You'll need the key and endpoint from the resource you create to connect your application to the API. You paste your key and endpoint into the code later in the quickstart.
36
36
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
37
37
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.
0 commit comments