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.
2 parents 2647a3c + fdc5756 commit 4aec58eCopy full SHA for 4aec58e
articles/ai-services/language-service/summarization/how-to/text-summarization.md
@@ -295,7 +295,7 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-text/
295
"kind": "AbstractiveSummarization",
296
"taskName": "Length controlled Abstractive Summarization",
297
"parameters": {
298
- "sentenceLength": "short"
+ "summaryLength": "short"
299
}
300
301
]
0 commit comments