Skip to content

Commit 606e089

Browse files
authored
Merge pull request #6452 from laujan/479240-pii-preview-doc-updates
update types
2 parents d4cdd5a + fb42c97 commit 606e089

File tree

4 files changed

+109
-17
lines changed

4 files changed

+109
-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: 89 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
@@ -85,6 +85,7 @@ This category contains the following entity:
8585

8686
:::column-end:::
8787
:::row-end:::
88+
8889
---
8990

9091
# [Preview API](#tab/preview-api)
@@ -146,11 +147,89 @@ This category contains the following entity:
146147

147148
`en`, `es`, `fr`, `de`, `it`, `pt-pt`, `pt-br`, `zh`, `ja`, `ko`, `nl`, `sv`, `tr`, `hi`, `af`, `ca`, `da`, `el`, `ga`, `gl`, `ku`, `nl`, `no`, `ss`, `ro`, `sq`, `ur`, `ar`, `bg`, `bs`, `cy`, `fa`, `hr`, `id`, `mg`, `mk`, `ms`, `ps`, `ru`, `sl`, `so`, `sr`, `sw`, `am`, `as`, `cs`, `et`, `eu`, `fi`, `he`, `hu`, `km`, `lo`, `lt`, `lv`, `mr`, `my`, `ne`, `or`, `pa`, `pl`, `sk`, `th`, `uk`, `az`, `bn`, `gu`, `hy`, `ka`, `kk`, `kn`, `ky`, `ml`, `mn`, `ta`, `te`, `ug`, `uz`, `vi`
148149

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

224+
# [GA API](#tab/ga-api)
225+
226+
## Sort Code
227+
228+
The **SortCode** entity isn't available with the current GA version.
229+
152230
---
153231

232+
154233
# [Preview API](#tab/preview-api)
155234

156235
## Type: PhoneNumber
@@ -212,6 +291,7 @@ This category contains the following entity:
212291
:::column-end:::
213292

214293
:::row-end:::
294+
215295
---
216296

217297
# [Preview API](#tab/preview-api)
@@ -607,6 +687,7 @@ This category contains the following entity:
607687
:::column-end:::
608688

609689
:::row-end:::
690+
610691
---
611692

612693
# [Preview API](#tab/preview-api)
@@ -775,7 +856,7 @@ The PII service supports the Age subtype within the broader Quantity type (since
775856
:::column-end:::
776857
:::row-end:::
777858

778-
#### Subtype: DateOfBirth
859+
#### Subtype: DateOfBirth 🆕
779860

780861
:::row:::
781862
:::column span="":::
@@ -789,13 +870,13 @@ The PII service supports the Age subtype within the broader Quantity type (since
789870

790871
Date
791872

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

794875
:::column-end:::
795876
:::column span="2":::
796877
**Supported languages**
797878

798-
`en`
879+
`en`, `es`, `fr`, `de`, `it`, `pt-pt`, `pt-br`, `nl`
799880

800881
:::column-end:::
801882
:::row-end:::
@@ -829,6 +910,10 @@ This category contains the following entities:
829910
:::column-end:::
830911
:::row-end:::
831912

913+
### Subtypes
914+
915+
The subtype `DateOFBirth` isn't available in the current GA version.
916+
832917
### Subcategories
833918

834919
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)