Skip to content

Commit 22f2494

Browse files
committed
wording update
1 parent 0dc71f4 commit 22f2494

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/text-analytics/quickstarts/text-analytics-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: text-analytics
1010
ms.topic: quickstart
11-
ms.date: 03/24/2020
11+
ms.date: 05/25/2020
1212
ms.author: aahi
1313
zone_pivot_groups: programming-languages-text-analytics
1414
---
@@ -27,7 +27,7 @@ Use the Text Analytics client library to perform:
2727
::: zone pivot="programming-language-csharp"
2828

2929
> [!IMPORTANT]
30-
> * The latest preview version of the Text Analytics API is `3.1-preview`, which includes a public preview for Opinion Mining [Sentiment Analysis](../how-tos/text-analytics-how-to-sentiment-analysis.md#opinion-mining) and new [Personal (`PII`) domain filter](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features) for protected health information (`PHI`). The latest stable version is `3.0`.
30+
> * Currently, the v3 Text Analytics client library is in preview. The latest stable version is `2.1`.
3131
> * Be sure to only follow the instructions for the version you are using.
3232
> * The code in this article uses synchronous methods and un-secured credentials storage for simplicity reasons. For production scenarios, we recommend using the batched asynchronous methods for performance and scalability. See the reference documentation below.
3333
@@ -48,7 +48,7 @@ Use the Text Analytics client library to perform:
4848
::: zone pivot="programming-language-javascript"
4949

5050
> [!IMPORTANT]
51-
> * The latest preview version of the Text Analytics API is `3.0-preview`, which includes a public preview for improved [Sentiment Analysis](../how-tos/text-analytics-how-to-sentiment-analysis.md#sentiment-analysis-versions-and-features) and [Named Entity Recognition (NER)](../how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features). The latest stable version is `2.1`.
51+
> * Currently, the v3 Text Analytics client library is in preview. The latest stable version is `2.1`.
5252
> * Be sure to only follow the instructions for the version you are using.
5353
> * The code in this article uses synchronous methods and un-secured credentials storage for simplicity reasons. For production scenarios, we recommend using the batched asynchronous methods for performance and scalability. See the reference documentation below.
5454
> * You can also run this version of the Text Analytics client library [in your browser](https://github.com/Azure/azure-sdk-for-js/blob/master/documentation/Bundling.md).
@@ -60,7 +60,7 @@ Use the Text Analytics client library to perform:
6060
::: zone pivot="programming-language-python"
6161

6262
> [!IMPORTANT]
63-
> * The latest preview version of the Text Analytics API is `3.0-preview`, which includes a public preview for improved [Sentiment Analysis](../how-tos/text-analytics-how-to-sentiment-analysis.md#sentiment-analysis-versions-and-features) and [Named Entity Recognition (NER)](../how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features). The latest stable version is `2.1`.
63+
> * Currently, the v3 Text Analytics client library is in preview. The latest stable version is `2.1`.
6464
> * Be sure to only follow the instructions for the version you are using.
6565
> * The code in this article uses synchronous methods and un-secured credentials storage for simplicity reasons. For production scenarios, we recommend using the batched asynchronous methods for performance and scalability. See the reference documentation below.
6666

0 commit comments

Comments
 (0)