Skip to content

Commit 6a916d7

Browse files
authored
Update conversations-entity-categories.md
Update entity category from Name to Person
1 parent db39a40 commit 6a916d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The PII preview feature includes the ability to detect personal (`PII`) informat
2222

2323
The following entity categories are returned when you're sending API requests PII feature.
2424

25-
## Category: Name
25+
## Category: Person
2626

2727
This category contains the following entity:
2828

@@ -38,7 +38,7 @@ This category contains the following entity:
3838

3939
All first, middle, last or full name is considered PII regardless of whether it is the speaker’s name, the agent’s name, someone else’s name or a different version of the speaker’s full name (Chris vs. Christopher).
4040

41-
To get this entity category, add `Name` to the `pii-categories` parameter. `Name` will be returned in the API response if detected.
41+
To get this entity category, add `Person` to the `pii-categories` parameter. `Person` will be returned in the API response if detected. Note: As of the 2023-04-15-preview API onwards, this category is 'Person' instead of 'Name'.
4242
4343
:::column-end:::
4444

0 commit comments

Comments
 (0)