Skip to content

Commit 71e3631

Browse files
authored
Merge pull request #202871 from aahill/note-fix
updating notes
2 parents e3807c4 + c684f02 commit 71e3631

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ There's another feature in Azure Cognitive Service for Language named [document
3232

3333
## Submitting data
3434

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+
3545
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.
3646

3747
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.

articles/cognitive-services/language-service/summarization/includes/regional-availability.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ ms.custom: references_regions
1111
---
1212

1313
> [!NOTE]
14-
> For document summarization and conversation summarization:
15-
> * These features are only available through Language resources in the following regions:
14+
> * To use conversation summarization, you must [submit an online request and have it approved](https://aka.ms/applyforconversationsummarization/).
15+
> * Conversation summarization is only available through Language resources in the following regions:
1616
> * North Europe
1717
> * East US
1818
> * UK South
19-
>
20-
> For conversation summarization only:
21-
> * To use conversation summarization, you must [submit an online request and have it approved](https://aka.ms/applyforconversationsummarization/).
2219
> * Conversation summarization is only available using:
2320
> * REST API
2421
> * Python

0 commit comments

Comments
 (0)