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
@@ -27,7 +27,7 @@ Use the Text Analytics client library to perform:
27
27
::: zone pivot="programming-language-csharp"
28
28
29
29
> [!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`.
31
31
> * Be sure to only follow the instructions for the version you are using.
32
32
> * 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.
33
33
@@ -48,7 +48,7 @@ Use the Text Analytics client library to perform:
48
48
::: zone pivot="programming-language-javascript"
49
49
50
50
> [!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`.
52
52
> * Be sure to only follow the instructions for the version you are using.
53
53
> * 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.
54
54
> * 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:
60
60
::: zone pivot="programming-language-python"
61
61
62
62
> [!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`.
64
64
> * Be sure to only follow the instructions for the version you are using.
65
65
> * 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.
0 commit comments