Skip to content

Commit 7791c95

Browse files
committed
Link updates and doc ex sum change
1 parent 9752b75 commit 7791c95

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

articles/cognitive-services/language-service/summarization/how-to/document-summarization.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ You submit documents to the API as strings of text. Analysis is performed upon r
5151

5252
When using this feature, the API results are available for 24 hours from the time the request was ingested, and is indicated in the response. After this time period, the results are purged and are no longer available for retrieval.
5353

54-
You can use the `sentenceCount` parameter to specify how many sentences will be returned, with `3` being the default. The range is from 1 to 20.
55-
56-
You can also use the `sortby` parameter to specify in what order the extracted sentences will be returned - either `Offset` or `Rank`, with `Offset` being the default.
57-
58-
59-
|parameter value |Description |
60-
|---------|---------|
61-
|Rank | Order sentences according to their relevance to the input document, as decided by the service. |
62-
|Offset | Keeps the original order in which the sentences appear in the input document. |
63-
6454
### Getting document summarization results
6555

6656
When you get results from language detection, you can stream the results to an application or save the output to a file on the local system.
@@ -85,9 +75,18 @@ Using the above example, the API might return the following summarized sentences
8575

8676
You can use document extractive summarization to get summaries of articles, papers, or documents. To see an example, see the [quickstart article](../quickstart.md).
8777

78+
You can use the `sentenceCount` parameter to specify how many sentences will be returned, with `3` being the default. The range is from 1 to 20.
79+
80+
You can also use the `sortby` parameter to specify in what order the extracted sentences will be returned - either `Offset` or `Rank`, with `Offset` being the default.
81+
82+
|parameter value |Description |
83+
|---------|---------|
84+
|Rank | Order sentences according to their relevance to the input document, as decided by the service. |
85+
|Offset | Keeps the original order in which the sentences appear in the input document. |
86+
8887
### Try document abstractive summarization
8988

90-
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2195178)
89+
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2211684)
9190

9291
The following example will get you started with document abstractive summarization:
9392

articles/cognitive-services/language-service/summarization/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
1212

1313
# [Document summarization](#tab/document-summarization)
1414

15-
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2195178)
15+
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2211684)
1616

1717
# [Conversation summarization](#tab/conversation-summarization)
1818

@@ -51,7 +51,7 @@ Choose the type of summarization you would like to perform, and select one of th
5151

5252
# [Document summarization](#tab/document-summarization)
5353

54-
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2195178)
54+
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2211684)
5555

5656
|parameter |Description |
5757
|---------|---------|

articles/cognitive-services/language-service/summarization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ As you use document summarization in your applications, see the following refere
155155

156156
|Development option / language |Reference documentation |Samples |
157157
|---------|---------|---------|
158-
|REST API | [REST API documentation](https://go.microsoft.com/fwlink/?linkid=2195178) | |
158+
|REST API | [REST API documentation](https://go.microsoft.com/fwlink/?linkid=2211684) | |
159159
|C# | [C# documentation](/dotnet/api/azure.ai.textanalytics?view=azure-dotnet-preview&preserve-view=true) | [C# samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/textanalytics/Azure.AI.TextAnalytics/samples) |
160160
| Java | [Java documentation](/java/api/overview/azure/ai-textanalytics-readme?view=azure-java-preview&preserve-view=true) | [Java Samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples) |
161161
|JavaScript | [JavaScript documentation](/javascript/api/overview/azure/ai-text-analytics-readme?view=azure-node-preview&preserve-view=true) | [JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples/v5) |

0 commit comments

Comments
 (0)