Skip to content

Commit 7716f9c

Browse files
authored
Update data-limits.md
1 parent 66a8578 commit 7716f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following limit specifies the maximum number of characters that can be in a
4646
| Feature | Value |
4747
|------------------------|---------------|
4848
| Conversation issue and resolution summarization| 40,000 characters as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements).|
49-
| Text Analytics for health | 30,720 characters as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements). |
49+
| Text Analytics for health | 125,000 characters as measured by [StringInfo.LengthInTextElements](/dotnet/api/system.globalization.stringinfo.lengthintextelements). |
5050
| 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). |
5151
| 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). |
5252

@@ -84,7 +84,7 @@ Exceeding the following document limits will generate an HTTP 400 error code.
8484
| Personally Identifying Information (PII) detection | 5 |
8585
| Document summarization | 25 |
8686
| Entity Linking | 5 |
87-
| Text Analytics for health | 10 for the web-based API, 1000 for the container. |
87+
| Text Analytics for health |25 for the web-based API, 1000 for the container. (125,000 characters in total) |
8888

8989
## Rate limits
9090

0 commit comments

Comments
 (0)