Skip to content

Commit 9d63037

Browse files
authored
Update model-versioning.md
Updates to fork model version "latest" for each feature
1 parent 336211c commit 9d63037

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

14-
Version 3 of the Text Analytics API lets you choose the Text Analytics model used on your data. Use the optional `model-version` parameter to select a version of the model in 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. See [What's new](../whats-new.md) for details on these model versions.
1515

16-
| Model version | Features updated |
17-
|-------------------------|--------------------------|
18-
| `2020-02-01` (`latest`) | NER |
19-
| `2019-10-01` | NER, Sentiment analysis |
16+
| Model version | Features updated | Latest version |
17+
|-------------------------|--------------------------|--------------------------|
18+
| `2020-02-01` | NER | NER |
19+
| `2019-10-01` | NER, Sentiment Analysis | Language Detection, Keyphrases, Sentiment Analysis|
2020

2121

2222
Each response from the v3 endpoints includes a `model-version` field specifying the model version that was used.

0 commit comments

Comments
 (0)