Skip to content

Commit c1966ab

Browse files
committed
update types
1 parent db553f3 commit c1966ab

File tree

4 files changed

+101
-17
lines changed

4 files changed

+101
-17
lines changed

articles/ai-services/language-service/concepts/model-lifecycle.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: conceptual
9-
ms.date: 07/22/2025
9+
ms.date: 08/07/2025
1010
ms.author: lajanuar
1111
---
1212

@@ -35,18 +35,18 @@ By default, API and SDK requests use the latest Generally Available model. To us
3535
3636
Use the following table to find which model versions support each feature:
3737

38-
| Feature | Supported generally available (GA) version | Latest supported preview versions |
39-
|-----------------------------------------------------|------------------------------------------------|---------------------------------------------|
40-
| Sentiment Analysis and opinion mining | `latest` | |
41-
| Language Detection | `latest` | |
42-
| Entity Linking | `latest` | |
43-
| Named Entity Recognition (NER) | `latest` | `2025-05-15-preview` |
44-
| Personally Identifiable Information (PII) detection | `latest` | `2025-05-15-preview` |
45-
| PII detection for conversations | `latest` | `2024-11-01-preview` |
46-
| Question answering | `latest` | |
47-
| Text Analytics for health | `latest` | `2023-04-15-preview` |
48-
| Key phrase extraction | `latest` | |
49-
| Summarization | `latest` | `2025-06-10-preview` (only available for `issue` and `resolution` aspects in conversation summarization) |
38+
| Feature | Supported generally available (GA) version | Latest supported preview versions |
39+
|--|--|--|
40+
| Sentiment Analysis and opinion mining | `latest` | |
41+
| Language Detection | `latest` | |
42+
| Entity Linking | `latest` | |
43+
| Named Entity Recognition (NER) | `latest` | `2025-08-01-preview` |
44+
| Personally Identifiable Information (PII) detection | `latest` | `2025-08-01-preview` | |
45+
| PII detection for conversations | `latest` | `2024-11-01-preview` |
46+
| Question answering | `latest` | |
47+
| Text Analytics for health | `latest` | `2023-04-15-preview` |
48+
| Key phrase extraction | `latest` | | |
49+
| Summarization | `latest` | `2025-06-10-preview` (only available for `issue` and `resolution` aspects in conversation summarization) |
5050

5151

5252
## Custom features
226 KB
Loading

articles/ai-services/language-service/personally-identifiable-information/concepts/entity-categories.md

Lines changed: 81 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: conceptual
9-
ms.date: 06/04/2025
9+
ms.date: 08/07/2025
1010
ms.author: lajanuar
1111
ms.custom:
1212
- language-service-pii
@@ -151,6 +151,79 @@ This category contains the following entity:
151151

152152
---
153153

154+
# [Preview API](#tab/preview-api)
155+
156+
## Type: License Plate 🆕
157+
158+
This type contains the following entity:
159+
160+
:::column span="":::
161+
**Entity**
162+
163+
LicensePlate
164+
165+
:::column-end:::
166+
:::column span="2":::
167+
**Details**
168+
169+
License Plate is an alphanumeric code assigned to a vehicle by a state's Department of Licensing (or the equivalent).
170+
171+
To get this entity category, add `LicensePlate` to the `piiCategories` parameter. `LicensePlate` is returned in the API response if detected.
172+
173+
:::column-end:::
174+
175+
:::column span="":::
176+
**Supported languages**
177+
178+
`en`
179+
180+
:::column-end:::
181+
182+
:::row-end:::
183+
184+
# [GA API](#tab/ga-api)
185+
186+
The **LicensePlate** entity isn't available in the current GA version.
187+
188+
---
189+
190+
# [Preview API](#tab/preview-api)
191+
192+
## Type: Sort Code 🆕
193+
194+
This type contains the following entity:
195+
196+
:::column span="":::
197+
**Entity**
198+
199+
SortCode
200+
201+
:::column-end:::
202+
:::column span="2":::
203+
**Details**
204+
205+
`SortCode` entity is a 6-digit number used in the UK to identify a specific bank and branch where a bank account is held.
206+
207+
To get this entity category, add `SortCode` to the `piiCategories` parameter. `SortCode` is returned in the API response if detected.
208+
209+
:::column-end:::
210+
211+
:::column span="":::
212+
**Supported languages**
213+
214+
`en`
215+
216+
:::column-end:::
217+
218+
:::row-end:::
219+
220+
# [GA API](#tab/ga-api)
221+
222+
The **SortCode** entity isn't available in the current GA version.
223+
224+
---
225+
226+
154227
# [Preview API](#tab/preview-api)
155228

156229
## Type: PhoneNumber
@@ -775,7 +848,7 @@ The PII service supports the Age subtype within the broader Quantity type (since
775848
:::column-end:::
776849
:::row-end:::
777850

778-
#### Subtype: DateOfBirth
851+
#### Subtype: DateOfBirth 🆕
779852

780853
:::row:::
781854
:::column span="":::
@@ -789,13 +862,13 @@ The PII service supports the Age subtype within the broader Quantity type (since
789862

790863
Date
791864

792-
To get this entity type, add `DateOfBirth` to the `piiCategories` parameter. `DateOfBirth` is returned in the API response if detected.
865+
To get this entity type, add `DateOfBirth` to the `piiCategories` parameter. `DateOfBirth` is returned in the API response if detected.
793866

794867
:::column-end:::
795868
:::column span="2":::
796869
**Supported languages**
797870

798-
`en`
871+
`en`, `es`, `fr`, `de`, `it`, `pt-pt`, `pt-br`, `nl`
799872

800873
:::column-end:::
801874
:::row-end:::
@@ -829,6 +902,10 @@ This category contains the following entities:
829902
:::column-end:::
830903
:::row-end:::
831904

905+
### Subtypes
906+
907+
The subtype `DateOFBirth` isn't available in the current GA version.
908+
832909
### Subcategories
833910

834911
The entity in this category can have the following subcategory:

articles/ai-services/language-service/personally-identifiable-information/overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Azure AI Language Personally Identifiable Information (PII) detection is a featu
2020
2121
## What's new
2222

23+
The 2025-05-15-preview introduces several new entities:
24+
25+
* [**DateOfBirth**](concepts/entity-categories.md#category-datetime) with English, French, German, Italian, Spanish, Portuguese, Brazilian Portuguese, and Dutch language support.
26+
* [**LicensePlate**](concepts/entity-categories.md#type-license-plate-) with English language support.
27+
* [**SortCard**](concepts/entity-categories.md#type-sort-code-) with English language support.
28+
29+
2330
The Text PII and Conversational PII detection preview API (version `2024-11-15-preview`) now supports the option to mask detected sensitive entities with a label beyond just redaction characters. Customers can specify if personal data content such as names and phone numbers, that is, `"John Doe received a call from 424-878-9192"`, are masked with a redaction character, that is, `"******** received a call from ************"`, or masked with an entity label, that is, `"[PERSON_1] received a call from [PHONENUMBER_1]"`. More on how to specify the redaction policy style for your outputs can be found in our [how-to guides](how-to-call.md).
2431

2532
The Conversational PII detection models (both version `2024-11-01-preview` and `GA`) are updated to provide enhanced AI quality and accuracy. The numeric identifier entity type now also includes Drivers License and Medicare Beneficiary Identifier.

0 commit comments

Comments
 (0)