You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
36
36
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).
38
38
* A text record is measured as 1000 characters.
39
39
* 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.
40
40
* 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
45
45
46
46
| Feature | Value |
47
47
|------------------------|---------------|
48
-
| Conversation issue and resolution summarization| 40,000 characters as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements).|
49
48
| 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). |
52
51
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.
54
53
55
54
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.
57
56
58
57
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.
60
59
61
60
## Maximum request size
62
61
63
62
The following limit specifies the maximum size of documents contained in the entire request.
64
63
65
64
| Feature | Value |
66
65
|------------------------|---------------|
67
-
| All pre-configured features |1MB|
66
+
| All preconfigured features |1 MB|
68
67
69
68
## Maximum documents per request
70
69
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.
72
71
73
72
> [!NOTE]
74
73
> 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.
88
87
89
88
## Rate limits
90
89
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.
92
91
93
92
| Tier | Requests per second | Requests per minute |
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.
> * 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
19
15
> * Conversation issue and resolution summarization is only available using:
0 commit comments