Skip to content

Commit 2b20b78

Browse files
authored
Update model-versioning.md
1 parent 9d63037 commit 2b20b78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/cognitive-services/text-analytics/includes/model-versioning.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.date: 01/31/2019
1111
ms.author: aahi
1212
---
1313

14-
Version 3 of the Text Analytics API lets you choose the model version that is most current for your data. Use the optional `model-version` parameter to select the version of the model that is desired for your requests. If this parameter isn't specified the API will default to `latest`, the latest stable version. See [What's new](../whats-new.md) for details on these model versions.
14+
Version 3 of the Text Analytics API lets you choose the model version that is most current for your data. Use the optional `model-version` parameter to select the version of the model that is desired for your requests. If this parameter isn't specified the API will default to `latest`, the latest stable version. Even though you can use the newest model-version in any request, only some features are updated in each version. The table below describes which features have been updated in each model version:
1515

16-
| Model version | Features updated | Latest version |
16+
| Model version | Features updated | Latest version for: |
1717
|-------------------------|--------------------------|--------------------------|
1818
| `2020-02-01` | NER | NER |
1919
| `2019-10-01` | NER, Sentiment Analysis | Language Detection, Keyphrases, Sentiment Analysis|
@@ -28,3 +28,4 @@ Each response from the v3 endpoints includes a `model-version` field specifying
2828
"model-version": "2019-10-01"
2929
}
3030
```
31+
See [What's new](../whats-new.md) for details on the updates for these model versions.

0 commit comments

Comments
 (0)