Skip to content

Commit 26bb1bc

Browse files
committed
updating model version section
1 parent 6aadbe6 commit 26bb1bc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/cognitive-services/language-service/entity-linking/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The entity linking feature can be used to identify and disambiguate the identity
2424

2525
### Specify the entity linking model
2626

27-
By default, entity linking will use the latest available AI model on your text. You can also configure your API requests to use a previous model version, if you determine one performs better on your data. The model you specify will be used to perform entity linking operations.
27+
By default, entity linking will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform entity linking operations.
2828

2929
| Supported Versions | latest version |
3030
|--|--|

articles/cognitive-services/language-service/language-detection/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Language Detection feature can detect a wide range of languages, variants, d
2828

2929
### Specify the language detection model
3030

31-
By default, language detection will use the latest available AI model on your text. You can also configure your API requests to use a previous model version, if you determine one performs better on your data. The model you specify will be used to perform language detection operations.
31+
By default, language detection will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform language detection operations.
3232

3333
| Supported Versions | latest version |
3434
|--|--|

articles/cognitive-services/language-service/named-entity-recognition/how-to-call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The NER feature can evaluate unstructured text, and extract named entities from
2222

2323
### Specify the NER model
2424

25-
By default, this feature will use the latest available AI model on your text. You can also configure your API requests to use a previous model version. The model you specify will be used to perform NER and PII operations.
25+
By default, this feature will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform NER and PII operations.
2626

2727
| Supported Versions | latest version |
2828
|--|--|

articles/cognitive-services/language-service/sentiment-opinion-mining/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you're using the REST API, to get Opinion Mining in your results, you must in
5050

5151
### Specify the sentiment analysis model
5252

53-
By default, sentiment analysis will use the latest available AI model on your text. You can also configure your API requests to use a previous model version, if you determine one performs better on your data. The model you specify will be used to perform sentiment analysis operations.
53+
By default, sentiment analysis will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform sentiment analysis operations.
5454

5555
| Supported Versions | latest version |
5656
|--|--|

articles/cognitive-services/language-service/text-analytics-for-health/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See the [entity categories](../concepts/health-entity-categories.md) returned by
3636

3737
### Specify the Text Analytics for health model
3838

39-
By default, Text Analytics for health will use the latest available AI model on your text. You can also configure your API requests to use a previous model version, if you determine one performs better on your data. The model you specify will be used to perform operations provided by the Text Analytics for health.
39+
By default, Text Analytics for health will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform operations provided by the Text Analytics for health.
4040

4141
| Supported Versions | latest version |
4242
|--|--|

articles/cognitive-services/language-service/text-summarization/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There is another feature in Azure Cognitive Service for Language, [key phrases e
4343

4444
### Specify the text summarization model
4545

46-
By default, text summarization will use the latest available AI model on your text. You can also configure your API requests to use a previous model version, if you determine one performs better on your data. The model you specify will be used to perform text summarization operations.
46+
By default, text summarization will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform text summarization operations.
4747

4848
| Supported Versions | latest version |
4949
|--|--|

0 commit comments

Comments
 (0)