Skip to content

Commit d22c3a8

Browse files
author
Jill Grant
authored
Merge pull request #269092 from jboback/PythonVerUpdate
Python versioning update
2 parents ffc2c5b + e46d3fd commit d22c3a8

File tree

5 files changed

+5
-5
lines changed
  • articles/ai-services/language-service

5 files changed

+5
-5
lines changed

articles/ai-services/language-service/key-phrase-extraction/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this quickstart to create a key phrase extraction application with the clien
1515
## Prerequisites
1616

1717
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18-
* [Python 3.7 or later](https://www.python.org/)
18+
* [Python 3.8 or later](https://www.python.org/)
1919
* 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, select **Go to resource**.
2020
* 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.
2121
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use this quickstart to create a language detection application with the client l
1717
## Prerequisites
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
20-
* [Python 3.7 or later](https://www.python.org/)
20+
* [Python 3.8 or later](https://www.python.org/)
2121
* 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, select **Go to resource**.
2222
* 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.
2323
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this quickstart to create a Named Entity Recognition (NER) application with
1515
## Prerequisites
1616

1717
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18-
* [Python 3.7 or later](https://www.python.org/)
18+
* [Python 3.8 or later](https://www.python.org/)
1919
* 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, select **Go to resource**.
2020
* 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.
2121
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* [Python 3.7 or later](https://www.python.org/)
19+
* [Python 3.8 or later](https://www.python.org/)
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, select **Go to resource**.
2121
* 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.

articles/ai-services/language-service/text-analytics-for-health/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this quickstart to create a Text Analytics for health application with the c
1515
## Prerequisites
1616

1717
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18-
* [Python 3.7 or later](https://www.python.org/)
18+
* [Python 3.8 or later](https://www.python.org/)
1919
* 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, select **Go to resource**.
2020
* 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.
2121
* You can use the free pricing tier (`Free F0`) to try the service (providing 5000 text records - 1000 characters each) and upgrade later to the `Standard S` pricing tier for production. You can also start with the `Standard S` pricing tier, receiving the same initial quota for free (5000 text records) before getting charged. For more information on pricing, visit [Language Service Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).

0 commit comments

Comments
 (0)