Skip to content

Commit 631a3a7

Browse files
committed
acrolinx
1 parent 47c0492 commit 631a3a7

File tree

1 file changed

+3
-3
lines changed
  • articles/cognitive-services/language-service/personally-identifiable-information/includes/quickstarts

1 file changed

+3
-3
lines changed

articles/cognitive-services/language-service/personally-identifiable-information/includes/quickstarts/java-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ ms.custom: language-service-pii, ignite-fall-2021
1111

1212
[Reference documentation](/java/api/overview/azure/ai-textanalytics-readme?preserve-view=true&view=azure-java-stable) | [Additional samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples) | [Package (Maven)](https://mvnrepository.com/artifact/com.azure/azure-ai-textanalytics/5.1.12) | [Library source code](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics)
1313

14-
Use this quickstart to create a Personally Identifiable Information (PII) detection application with the client library for Java. In the following example, you will create a Java application that can identify [recognized sensitive information](../../concepts/entity-categories.md) in text.
14+
Use this quickstart to create a Personally Identifiable Information (PII) detection application with the client library for Java. In the following example, you'll create a Java application that can identify [recognized sensitive information](../../concepts/entity-categories.md) in text.
1515

1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
1919
* [Java Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (JDK) with version 8 or above
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
21-
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
21+
* You'll need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
23-
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.
23+
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.
2424

2525
> [!div class="nextstepaction"]
2626
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Language&Product=Personally-identifying-info&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>

0 commit comments

Comments
 (0)