Skip to content

Commit b910cbf

Browse files
committed
feedback updates
1 parent 3d0c1ea commit b910cbf

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

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

Lines changed: 20 additions & 17 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: 02/21/2024
9+
ms.date: 06/20/2024
1010
ms.author: lajanuar
1111
---
1212

@@ -340,25 +340,28 @@ For this project, you need a **source document** uploaded to your **source conta
340340

341341
```json
342342
{
343-
"kind": "ExtractiveSummarization",
344-
"parameters": {
343+
"tasks": [
344+
{
345+
"kind": "ExtractiveSummarization",
346+
"parameters": {
345347
"sentenceCount": 6
346-
},
347-
"analysisInput":{
348-
"documents":[
349-
{
350-
"source":{
351-
"location":"{your-source-blob-SAS-URL}"
352-
},
353-
"targets":
354-
{
355-
"location":"{your-target-container-SAS-URL}",
356-
}
357-
}
358-
]
348+
}
359349
}
350+
],
351+
"analysisInput": {
352+
"documents": [
353+
{
354+
"source": {
355+
"location": "{your-source-blob-SAS-URL}"
356+
},
357+
"targets": {
358+
"location": "{your-target-container-SAS-URL}"
359+
}
360+
}
361+
]
360362
}
361-
```
363+
}
364+
```
362365

363366
### Run the POST request
364367

0 commit comments

Comments
 (0)