We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55dd771 commit 9ae4db2Copy full SHA for 9ae4db2
articles/ai-services/language-service/summarization/how-to/document-summarization.md
@@ -325,12 +325,6 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-text/
325
},
326
"tasks": [
327
{
328
- "kind": "AbstractiveSummarization",
329
- "taskName": "Query-based Abstractive Summarization",
330
- "parameters": {
331
- "summaryLength": "short"
332
- }
333
- }, {
334
"kind": "ExtractiveSummarization",
335
"taskName": "Query_based Extractive Summarization",
336
"parameters": {
0 commit comments