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/cognitive-services/text-analytics/concepts/data-limits.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
@@ -32,7 +32,7 @@ Use this article to find the limits for the size, and rates that you can send da
32
32
33
33
The maximum number of documents you can send in a single request will depend on the API version and feature you're using.
34
34
35
-
#### [Version 3.0-preview](#tab/version-3)
35
+
#### [Version 3](#tab/version-3)
36
36
37
37
> [!NOTE]
38
38
> If your v3 API request exceeds these limits, but is within the v2 limits, a warning will be returned in the API response. Starting 7/15/2020, a 400 error code will be returned instead.
Copy file name to clipboardExpand all lines: articles/cognitive-services/text-analytics/quickstarts/text-analytics-sdk.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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
-
> *Currently, the v3 Text Analytics client library is in preview. The latest stable version is `2.1`.
30
+
> *The latest stable version the Text Analytics client library is `3.0`.
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
@@ -37,18 +37,14 @@ Use the Text Analytics client library to perform:
37
37
38
38
::: zone pivot="programming-language-java"
39
39
40
-
> [!IMPORTANT]
41
-
> * This quickstart is only for version `3.0-preview` of the Text Analytics client library, 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).
42
-
> * 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.
> *Currently, the v3 Text Analytics client library is in preview. The latest stable version is `2.1`.
47
+
> *The latest stable version the Text Analytics client library is `3.0`.
52
48
> * Be sure to only follow the instructions for the version you are using.
53
49
> * 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
50
> * 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 +56,7 @@ Use the Text Analytics client library to perform:
60
56
::: zone pivot="programming-language-python"
61
57
62
58
> [!IMPORTANT]
63
-
> *Currently, the v3 Text Analytics client library is in preview. The latest stable version is `2.1`.
59
+
> *The latest stable version the Text Analytics client library is `3.0`.
64
60
> * Be sure to only follow the instructions for the version you are using.
65
61
> * 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