Skip to content

Commit 49a6789

Browse files
Merge pull request #284996 from renaaliu/renaaliu-pii-docs-patch
Updating Conversational PII docs for GA release (removing confusion about preview API)
2 parents 31753e8 + f72ca97 commit 49a6789

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.custom: language-service-pii, build-2024
1616

1717
Use this article to find the entity categories that can be returned by the [conversational PII detection feature](../how-to-call-for-conversations.md). This feature runs a predictive model to identify, categorize, and redact sensitive information from an input conversation.
1818

19-
The PII preview feature includes the ability to detect personal (`PII`) information from conversations.
20-
2119
## Entity categories
2220

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

articles/ai-services/language-service/personally-identifiable-information/how-to-call-for-conversations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ By default, this feature will use the latest available AI model on your input. Y
2626

2727
### Language support
2828

29-
Currently the conversational PII preview API only supports English language.
29+
See the [PII Language Support page](language-support.md) for more details. Currently the conversational PII GA model only supports the English language. The preview model and API support the [same list languages](../concepts/language-support.md) as the other Language services.
3030

3131
### Region support
3232

33-
Currently the conversational PII preview API supports all Azure regions supported by the Language service.
33+
The conversational PII API supports all Azure regions supported by the Language service.
3434

3535
## Submitting data
3636

@@ -82,7 +82,7 @@ When you get results from PII detection, you can stream the results to an applic
8282
Use the following example if you have conversations transcribed using the Speech service's [speech to text](../../Speech-Service/speech-to-text.md) feature:
8383

8484
```bash
85-
curl -i -X POST https://your-language-endpoint-here/language/analyze-conversations/jobs?api-version=2022-05-15-preview \
85+
curl -i -X POST https://your-language-endpoint-here/language/analyze-conversations/jobs?api-version=2024-05-01 \
8686
-H "Content-Type: application/json" \
8787
-H "Ocp-Apim-Subscription-Key: your-key-here" \
8888
-d \
@@ -195,7 +195,7 @@ curl -i -X POST https://your-language-endpoint-here/language/analyze-conversatio
195195
"taskName": "analyze 1",
196196
"kind": "ConversationalPIITask",
197197
"parameters": {
198-
"modelVersion": "2022-05-15-preview",
198+
"modelVersion": "2023-04-15-preview",
199199
"redactionSource": "text",
200200
"includeAudioRedaction": true,
201201
"piiCategories": [
@@ -213,7 +213,7 @@ curl -i -X POST https://your-language-endpoint-here/language/analyze-conversatio
213213
Use the following example if you have conversations that originated in text. For example, conversations through a text-based chat client.
214214
215215
```bash
216-
curl -i -X POST https://your-language-endpoint-here/language/analyze-conversations/jobs?api-version=2022-05-15-preview \
216+
curl -i -X POST https://your-language-endpoint-here/language/analyze-conversations/jobs?api-version=2024-05-01 \
217217
-H "Content-Type: application/json" \
218218
-H "Ocp-Apim-Subscription-Key: your-key-here" \
219219
-d \
@@ -251,7 +251,7 @@ curl -i -X POST https://your-language-endpoint-here/language/analyze-conversatio
251251
"taskName": "analyze 1",
252252
"kind": "ConversationalPIITask",
253253
"parameters": {
254-
"modelVersion": "2022-05-15-preview"
254+
"modelVersion": "2023-04-15-preview"
255255
}
256256
}
257257
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Use this article to learn which natural languages are supported by the PII and c
102102
|Chinese-Simplified |`zh-hans` |`zh` also accepted|
103103
|Chinese-Traditional |`zh-hant` | |
104104

105-
# [PII for conversations (preview)](#tab/conversations)
105+
# [PII for conversations](#tab/conversations)
106106

107107
## PII language support
108108

0 commit comments

Comments
 (0)