Skip to content

Commit 9156e66

Browse files
Merge pull request #208397 from jboback/SummarizationGatingVisibility
Updates
2 parents ae09828 + ad3a594 commit 9156e66

File tree

7 files changed

+12
-18
lines changed

7 files changed

+12
-18
lines changed

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: how-to
11-
ms.date: 04/27/2022
11+
ms.date: 08/18/2022
1212
ms.author: aahi
1313
ms.custom: language-service-summarization, ignite-fall-2021, event-tier1-build-2022
1414
---
1515

1616
# How to use conversation summarization (preview)
1717

18+
[!INCLUDE [availability](../includes/regional-availability.md)]
19+
1820
> [!IMPORTANT]
1921
> The conversation summarization feature is a preview capability provided “AS IS” and “WITH ALL FAULTS.” As such, Conversation Summarization (preview) should not be implemented or deployed in any production use. The customer is solely responsible for any use of conversation summarization.
2022
@@ -32,16 +34,6 @@ There's another feature in Azure Cognitive Service for Language named [document
3234

3335
## Submitting data
3436

35-
> [!NOTE]
36-
> * To use conversation summarization, you must [submit an online request and have it approved](https://aka.ms/applyforconversationsummarization/).
37-
> * Conversation summarization is only available through Language resources in the following regions:
38-
> * North Europe
39-
> * East US
40-
> * UK South
41-
> * Conversation summarization is only available using:
42-
> * REST API
43-
> * Python
44-
4537
You submit documents to the API as strings of text. Analysis is performed upon receipt of the request. Because the API is [asynchronous](../../concepts/use-asynchronously.md), there may be a delay between sending an API request and receiving the results. For information on the size and number of requests you can send per minute and second, see the data limits below.
4638

4739
When you use 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.
@@ -88,6 +80,8 @@ Conversation summarization also enables you to get summaries from speech transcr
8880

8981
## Getting conversation summarization results
9082

83+
[!INCLUDE [availability](../includes/regional-availability.md)]
84+
9185
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.
9286

9387
The following text is an example of content you might submit for summarization. This is only an example, the API can accept much longer input text. See [data limits](../../concepts/data-limits.md) for more information.
@@ -110,4 +104,4 @@ In the above example, the API might return the following summarized sentences:
110104

111105
## See also
112106

113-
* [Summarization overview](../overview.md)
107+
* [Summarization overview](../overview.md)

articles/cognitive-services/language-service/summarization/includes/quickstarts/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 07/11/2022
7+
ms.date: 08/18/2022
88
ms.author: aahi
99
ms.custom: ignite-fall-2021
1010
---

articles/cognitive-services/language-service/summarization/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 08/15/2022
7+
ms.date: 08/18/2022
88
ms.author: aahi
99
ms.custom: devx-track-js, ignite-fall-2021
1010
---

articles/cognitive-services/language-service/summarization/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: aahill
33
ms.service: cognitive-services
44
ms.subservice: language-service
55
ms.topic: include
6-
ms.date: 08/15/2022
6+
ms.date: 08/18/2022
77
ms.author: aahi
88
ms.custom: ignite-fall-2021
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 08/15/2022
8+
ms.date: 08/18/2022
99
ms.author: aahi
1010
ms.custom: ignite-fall-2021, event-tier1-build-2022
1111
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: overview
11-
ms.date: 06/03/2022
11+
ms.date: 08/18/2022
1212
ms.author: aahi
1313
ms.custom: language-service-summarization, ignite-fall-2021, event-tier1-build-2022
1414
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: quickstart
11-
ms.date: 08/15/2022
11+
ms.date: 08/18/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-summarization, ignite-fall-2021, mode-api

0 commit comments

Comments
 (0)