Skip to content

Commit 34ffae4

Browse files
committed
minor changes
1 parent 563e0ac commit 34ffae4

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

articles/cognitive-services/text-analytics/concepts/data-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use this article to find the limits for the size, and rates that you can send da
3232

3333
The maximum number of documents you can send in a single request will depend on the API version and feature you're using.
3434

35-
#### [Version 3.0-preview](#tab/version-3)
35+
#### [Version 3](#tab/version-3)
3636

3737
> [!NOTE]
3838
> 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.

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use the Text Analytics client library to perform:
2727
::: zone pivot="programming-language-csharp"
2828

2929
> [!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`.
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
@@ -37,18 +37,14 @@ Use the Text Analytics client library to perform:
3737

3838
::: zone pivot="programming-language-java"
3939

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.
43-
4440
[!INCLUDE [Java quickstart](../includes/quickstarts/java-sdk.md)]
4541

4642
::: zone-end
4743

4844
::: zone pivot="programming-language-javascript"
4945

5046
> [!IMPORTANT]
51-
> * 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`.
5248
> * Be sure to only follow the instructions for the version you are using.
5349
> * 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.
5450
> * 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:
6056
::: zone pivot="programming-language-python"
6157

6258
> [!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`.
6460
> * Be sure to only follow the instructions for the version you are using.
6561
> * 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.
6662

articles/cognitive-services/text-analytics/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Text Analytics API is updated on an ongoing basis. To stay up-to-date with r
2323
Text Analysis API v3 is now generally available with the following updates:
2424

2525
* Model version `2020-04-01`
26-
* New [data limits](concepts/data-limits?tabs=version-3) for each feature
26+
* New [data limits](concepts/data-limits.md) for each feature
2727
* Updated [language support](language-support.md) for [Sentiment Analysis (SA) v3](how-tos/text-analytics-how-to-sentiment-analysis.md)
2828
* Separate endpoint for Entity Linking
2929
* New "Address" entity category in [Named Entity Recognition (NER) v3](how-tos/text-analytics-how-to-entity-linking.md).

0 commit comments

Comments
 (0)