Skip to content

Commit cb7a916

Browse files
Merge pull request #266893 from laujan/214805-pii-nds-updates
update pii/nds code
2 parents beff58c + af6a3e7 commit cb7a916

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/ai-services/language-service/native-document-support/use-native-documents.md

Lines changed: 6 additions & 2 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: how-to
9-
ms.date: 01/31/2024
9+
ms.date: 02/21/2024
1010
ms.author: lajanuar
1111
---
1212

@@ -197,6 +197,10 @@ For this quickstart, you need a **source document** uploaded to your **source co
197197
}
198198
```
199199

200+
* The source `location` value is the SAS URL for the **source document (blob)**, not the source container SAS URL.
201+
202+
* The `redactionPolicy` possible values are `UseRedactionCharacterWithRefId` (default) or `UseEntityTypeName`. For more information, *see* [**PiiTask Parameters**](/rest/api/language/text-analysis-runtime/analyze-text?view=rest-language-2023-11-15-preview&tabs=HTTP#piitaskparameters&preserve-view=true).
203+
200204
### Run the POST request
201205

202206
1. Here's the preliminary structure of the POST request:
@@ -332,7 +336,7 @@ For this project, you need a **source document** uploaded to your **source conta
332336

333337
1. Copy and paste the Document Summarization **request sample** into your `document-summarization.json` file. Replace **`{your-source-container-SAS-URL}`** and **`{your-target-container-SAS-URL}`** with values from your Azure portal Storage account containers instance:
334338

335-
`**Request sample**`
339+
***Request sample***
336340

337341
```json
338342
{

0 commit comments

Comments
 (0)