Skip to content

Commit b959245

Browse files
Merge pull request #241081 from jboback/custom-summarization-fixes2
fixes 2
2 parents 3b76856 + ae48fe7 commit b959245

File tree

6 files changed

+50
-22
lines changed

6 files changed

+50
-22
lines changed

articles/cognitive-services/language-service/concepts/data-limits.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: aahi
1616
# Service limits for Azure Cognitive Service for Language
1717

1818
> [!NOTE]
19-
> This article only describes the limits for pre-configured features in Azure Cognitive Service for Language:
19+
> This article only describes the limits for preconfigured features in Azure Cognitive Service for Language:
2020
> To see the service limits for customizable features, see the following articles:
2121
> * [Custom classification](../custom-classification/service-limits.md)
2222
> * [Custom NER](../custom-named-entity-recognition/service-limits.md)
@@ -32,9 +32,9 @@ Use this article to find the limits for the size, and rates that you can send da
3232
* [Sentiment analysis and opinion mining](../sentiment-opinion-mining/overview.md)
3333
* [Language detection](../language-detection/overview.md)
3434

35-
When using features of the Language service, keep the following in mind:
35+
When using features of the Language service, keep the following information in mind:
3636

37-
* Pricing is not affected by data or rate limits. Pricing is based on the number of text records you send to the API, and is subject to your Language resource's [pricing details](https://aka.ms/unifiedLanguagePricing).
37+
* Pricing is independent of data or rate limits. Pricing is based on the number of text records you send to the API, and is subject to your Language resource's [pricing details](https://aka.ms/unifiedLanguagePricing).
3838
* A text record is measured as 1000 characters.
3939
* Data and rate limits are based on the number of documents you send to the API. If you need to analyze larger documents than the limit allows, you can break the text into smaller chunks of text before sending them to the API.
4040
* A document is a single string of text characters.
@@ -45,30 +45,29 @@ The following limit specifies the maximum number of characters that can be in a
4545

4646
| Feature | Value |
4747
|------------------------|---------------|
48-
| Conversation issue and resolution summarization| 40,000 characters as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements).|
4948
| Text Analytics for health | 125,000 characters as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements). |
50-
| All other pre-configured features (synchronous) | 5,120 as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements). If you need to submit larger documents, consider using the feature asynchronously (described below). |
51-
| All other pre-configured features ([asynchronous](use-asynchronously.md)) | 125,000 characters across all submitted documents, as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements) (maximum of 25 documents). |
49+
| All other preconfigured features (synchronous) | 5,120 as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements). If you need to submit larger documents, consider using the feature asynchronously. |
50+
| All other preconfigured features ([asynchronous](use-asynchronously.md)) | 125,000 characters across all submitted documents, as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements) (maximum of 25 documents). |
5251

53-
If a document exceeds the character limit, the API will behave differently depending on how you're sending requests.
52+
If a document exceeds the character limit, the API behaves differently depending on how you're sending requests.
5453

5554
If you're sending requests synchronously:
56-
* The API won't process a document that exceeds the maximum size, and will return an invalid document error for it. If an API request has multiple documents, the API will continue processing them if they are within the character limit.
55+
* The API doesn't process documents that exceed the maximum size, and returns an invalid document error for it. If an API request has multiple documents, the API continues processing them if they are within the character limit.
5756

5857
If you're sending requests [asynchronously](use-asynchronously.md):
59-
* The API will reject the entire request and return a `400 bad request` error if any document within it exceeds the maximum size.
58+
* The API rejects the entire request and returns a `400 bad request` error if any document within it exceeds the maximum size.
6059

6160
## Maximum request size
6261

6362
The following limit specifies the maximum size of documents contained in the entire request.
6463

6564
| Feature | Value |
6665
|------------------------|---------------|
67-
| All pre-configured features | 1MB |
66+
| All preconfigured features | 1 MB |
6867

6968
## Maximum documents per request
7069

71-
Exceeding the following document limits will generate an HTTP 400 error code.
70+
Exceeding the following document limits generates an HTTP 400 error code.
7271

7372
> [!NOTE]
7473
> When sending asynchronous API requests, you can send a maximum of 25 documents per request.
@@ -88,7 +87,7 @@ Exceeding the following document limits will generate an HTTP 400 error code.
8887

8988
## Rate limits
9089

91-
Your rate limit will vary with your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/text-analytics/). These limits are the same for both versions of the API. These rate limits don't apply to the Text Analytics for health container, which does not have a set rate limit.
90+
Your rate limit varies with your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/text-analytics/). These limits are the same for both versions of the API. These rate limits don't apply to the Text Analytics for health container, which doesn't have a set rate limit.
9291

9392
| Tier | Requests per second | Requests per minute |
9493
|---------------|---------------------|---------------------|

articles/cognitive-services/language-service/concepts/model-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Use the table below to find which model versions are supported by each feature:
4646
| Language Detection | `2021-11-20`, `2022-10-01*` |
4747
| Entity Linking | `2021-06-01*` |
4848
| Named Entity Recognition (NER) | `2021-06-01*`, `2022-10-01-preview`, `2023-02-01-preview**` |
49-
| Personally Identifiable Information (PII) detection | `2020-07-01`, `2021-01-15*`, `2023-01-01-preview**` |
49+
| Personally Identifiable Information (PII) detection | `2021-01-15*`, `2023-01-01-preview**` |
5050
| PII detection for conversations (Preview) | `2022-05-15-preview**` |
5151
| Question answering | `2021-10-01*` |
5252
| Text Analytics for health | `2021-05-15`, `2022-03-01*`, `2022-08-15-preview`, `2023-01-01-preview**` |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.subservice: language-service
1010
ms.topic: quickstart
1111
ms.date: 05/26/2023
1212
ms.author: jboback
13-
zone_pivot_groups: usage-custom-language-features
1413
---
1514

15+
<!--- zone_pivot_groups: usage-custom-language-features --->
1616
# Quickstart: custom summarization (preview)
1717

1818
Use this article to get started with creating a custom Summarization project where you can train custom models on top of Summarization. A model is artificial intelligence software that's trained to do a certain task. For this system, the models summarize text and are trained by learning from imported data.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ ms.custom: references_regions, ignite-2022
1212

1313
> [!IMPORTANT]
1414
> * Starting April 10th, 2023, customers get access to all summarization capabilities in the Language service. Among them, document abstractive summarization, conversation issue and resolution summarization, and conversation narrative summarization with chapters will be batch-only by default. For real time requests, please [fill-out this form and submit your request.](https://aka.ms/applyforgatedsummarizationfeatures)
15-
> * Document abstractive summarization, conversation issue and resolution summarization and conversation narrative summarization with chapters features are only available through Language resources in the following regions:
16-
> * North Europe
17-
> * East US
18-
> * UK South
1915
> * Conversation issue and resolution summarization is only available using:
2016
> * REST API
2117
> * Python
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Summarization region support
3+
titleSuffix: Azure Cognitive Services
4+
description: Learn about which regions are supported by document summarization.
5+
services: cognitive-services
6+
author: jboback
7+
manager: nitinme
8+
ms.service: cognitive-services
9+
ms.subservice: language-service
10+
ms.topic: conceptual
11+
ms.custom: references_regions
12+
ms.date: 06/11/2023
13+
ms.author: jboback
14+
---
15+
16+
# Regional availability
17+
18+
Use this article to learn which regions are supported by all summarization features. More regions will be added to this list as they become available.
19+
20+
## Regional availability table
21+
22+
|Region|Document abstractive summarization|Conversation issue and resolution summarization|Conversation narrative summarization with chapters|Custom summarization|
23+
|------------|------------------|------------------|------------------|------------------|-|
24+
|North Europe|&#9989;|&#9989;|&#9989;|&#10060;|
25+
|East US|&#9989;|&#9989;|&#9989;|&#10060;|
26+
|UK South|&#9989;|&#9989;|&#9989;|&#10060;|
27+
|Southeast Asia|&#10060;|&#10060;|&#10060;|&#9989;|
28+
29+
## Next steps
30+
31+
* [Summarization overview](overview.md)

articles/cognitive-services/language-service/toc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,14 +1139,16 @@ items:
11391139
href: /python/api/overview/azure/ai-textanalytics-readme?view=azure-python-preview&preserve-view=true
11401140
- name: Summarization (preview)
11411141
items:
1142+
- name: Summarization overview
1143+
href: summarization/overview.md
1144+
- name: Summarization region support
1145+
href: summarization/region-support.md
1146+
- name: Summarization language support
1147+
href: summarization/language-support.md
11421148
- name: Prebuilt (preview)
11431149
items:
1144-
- name: Summarization overview
1145-
href: summarization/overview.md
11461150
- name: Summarization quickstart
11471151
href: summarization/quickstart.md
1148-
- name: Summarization language support
1149-
href: summarization/language-support.md
11501152
- name: How-to guides
11511153
items:
11521154
- name: Call the document summarization API

0 commit comments

Comments
 (0)