Skip to content

Commit 119ceac

Browse files
authored
Merge pull request #208027 from laujan/1975068-remove-sentence-length-limit
remove sentence length limit
2 parents ad94272 + 154d1fc commit 119ceac

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

articles/cognitive-services/Translator/request-limits.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,6 @@ These limits are restricted to Microsoft's standard translation models. Custom t
5555

5656
The Translator has a maximum latency of 15 seconds using standard models and 120 seconds when using custom models. Typically, responses *for text within 100 characters* are returned in 150 milliseconds to 300 milliseconds. The custom translator models have similar latency characteristics on sustained request rate and may have a higher latency when your request rate is intermittent. Response times will vary based on the size of the request and language pair. If you don't receive a translation or an [error response](./reference/v3-0-reference.md#errors) within that timeframe, check your code, your network connection, and retry.
5757

58-
## Sentence length limits
59-
60-
When using the [BreakSentence](./reference/v3-0-break-sentence.md) function, sentence length is limited to 275 characters. There are exceptions for these languages:
61-
62-
| Language | Code | Character limit |
63-
|----------|------|-----------------|
64-
| Chinese | zh | 166 |
65-
| German | de | 800 |
66-
| Italian | it | 800 |
67-
| Japanese | ja | 166 |
68-
| Portuguese | pt | 800 |
69-
| Spanish | es | 800 |
70-
| Thai | th | 180 |
71-
72-
> [!NOTE]
73-
> This limit doesn't apply to translations.
74-
7558
## Next steps
7659

7760
* [Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/translator-text-api/)

0 commit comments

Comments
 (0)