Skip to content

Commit 9d22ce3

Browse files
Merge pull request #113077 from aahill/may-ta-v3
[CogSvcs] Text Analytics v3 content
2 parents b433ffe + d09d03d commit 9d22ce3

26 files changed

+1107
-1078
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.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Specify the model version in Text Analytics v3
3+
titleSuffix: Azure Cognitive Services
4+
description: Learn how to specify the Text Analytics API model used on your data.
5+
services: cognitive-services
6+
author: aahill
7+
manager: nitinme
8+
ms.service: cognitive-services
9+
ms.subservice: text-analytics
10+
ms.topic: article
11+
ms.date: 04/21/2020
12+
ms.author: aahi
13+
---
14+
15+
# Model versioning in the Text Analytics API
16+
17+
Version 3 of the Text Analytics API lets you choose the model version that gets used on your data. Use the optional `model-version` parameter to select the version of the model in your API requests. For example: `<resource-url>/text/analytics/v3.0/sentiment?model-version=2020-04-01`. If this parameter isn't specified the API will default to the latest stable version.
18+
19+
## Available versions
20+
21+
Use the table below to find which model versions are supported by each endpoint.
22+
23+
24+
| Endpoint | Supported Versions | latest version |
25+
|---------------------------------|------------------------------------------|----------------|
26+
| `/sentiment` | `2019-10-01`, `2020-04-01` | `2020-04-01` |
27+
| `/languages` | `2019-10-01` | `2019-10-01` |
28+
| `/entities/linking` | `2019-10-01`, `2020-02-01` | `2020-02-01` |
29+
| `/entities/recognition/general` | `2019-10-01`, `2020-02-01`, `2020-04-01` | `2020-04-01` |
30+
| `/entities/recognition/pii` | `2019-10-01`, `2020-02-01`, `2020-04-01` | `2020-04-01` |
31+
| `/keyphrases` | `2019-10-01` | `2019-10-01` |
32+
33+
34+
You can find details about the updates for these models in [What's new](../whats-new.md).
35+
36+
## Next steps
37+
38+
* [Text Analytics overview](../overview.md)
39+
* [Sentiment analysis](../how-tos/text-analytics-how-to-sentiment-analysis.md)
40+
* [Entity recognition](../how-tos/text-analytics-how-to-entity-linking.md)

0 commit comments

Comments
 (0)