Skip to content

Commit 2782cd7

Browse files
authored
Merge pull request #177687 from aahill/ref-links
updating model version section
2 parents 9644c50 + b9d3d21 commit 2782cd7

File tree

7 files changed

+11
-16
lines changed

7 files changed

+11
-16
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/key-phrase-extraction/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This feature is useful if you need to quickly identify the main points in a coll
2727

2828
### Specify the key phrase extraction model
2929

30-
By default, key phrase extraction 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 key phrase extraction operations.
30+
By default, key phrase extraction 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 key phrase extraction operations.
3131

3232
| Supported Versions | latest version |
3333
|--|--|

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: 5 additions & 10 deletions
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 operations.
2626

2727
| Supported Versions | latest version |
2828
|--|--|
@@ -37,20 +37,15 @@ When you submit documents to be processed, you can specify which of [the support
3737

3838
Analysis is performed upon receipt of the request. For information on the size and number of requests you can send per minute and second, see the data limits section below.
3939

40-
Using the NER and PII features synchronously is stateless. No data is stored in your account, and results are returned immediately in the response.
40+
Using the NER feature synchronously is stateless. No data is stored in your account, and results are returned immediately in the response.
4141

4242
When using these features asynchronously, the API results are available for 24 hours from the time the request was ingested, and is indicated in the response. After this time period, the results are purged and are no longer available for retrieval.
4343

44-
The API will attempt to detect the [defined entity categories](concepts/named-entity-categories.md) for a given document language. If you want to specify which entities will be detected and returned, use the optional `piiCategories` parameter with the appropriate entity categories. This parameter can also let you detect entities that aren't enabled by default for your document language. The following URL example would detect a French driver's license number that might occur in English text, along with the default English entities.
44+
The API will attempt to detect the [defined entity categories](concepts/named-entity-categories.md) for a given document language.
4545

46-
> [!TIP]
47-
> If you don't include `default` when specifying entity categories, The API will only return the entity categories you specify.
46+
## Getting NER results
4847

49-
`https://<your-custom-subdomain>.cognitiveservices.azure.com/text/analytics/v3.1-preview.5/entities/recognition/pii?piiCategories=default,FRDriversLicenseNumber`
50-
51-
## Getting NER and PII results
52-
53-
When you get results from NER, you can stream the results to an application or save the output to a file on the local system. The API response will include [recognized entities](concepts/named-entity-categories.md), including their categories and sub-categories, and confidence scores. Entities that represent personal information (PII) will be redacted in the returned text.
48+
When you get results from NER, you can stream the results to an application or save the output to a file on the local system. The API response will include [recognized entities](concepts/named-entity-categories.md), including their categories and sub-categories, and confidence scores.
5449

5550
## Data limits
5651

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)