Skip to content

Commit 85caa82

Browse files
committed
Added link to break sentence. Updated TOC: changed pricing and limits to pricing, and added the throttling article under Resources.
1 parent c11c5ad commit 85caa82

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/cognitive-services/Translator/throttling.md renamed to articles/cognitive-services/Translator/throttling-limits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ ms.author: erhopf
1616

1717
This article provides throttling limits for the Translator Text API. Services include translation, transliteration, sentence length detection, language detection, and alternate translations.
1818

19-
## Character limit per request
19+
## Character limits per request
2020

2121
Each request is limited to 5,000 characters. You're charged per character, not by the number of requests. It's recommended to send shorter requests, and to have some requests outstanding at any given time.
2222

2323
There's no limit on the number of outstanding requests to the Translator Text API.
2424

25-
## Character limit per hour
25+
## Character limits per hour
2626

2727
Your character limit per hour is based on your Translator Text subscription tier. If you reach or surpass these limits, you'll likely receive an out of quota response:
2828

@@ -40,9 +40,9 @@ These limits are restricted to Microsoft's generic systems. Custom translation s
4040

4141
Translator Text has a maximum latency of 13 seconds. By this time you'll have received a result or a timeout response. Typically, responses are returned in 150 milliseconds to 300 milliseconds. Response times will vary based on the size or the request and language pair.
4242

43-
## BreakSentence length limits
43+
## Sentence length limits
4444

45-
When using the BreakSentence function, sentence length is limited to 275 characters. There are exceptions for these languages:
45+
When using the [BreakSentence](https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-break-sentence) function, sentence length is limited to 275 characters. There are exceptions for these languages:
4646

4747
| Language | Code | Character limit |
4848
|----------|------|-----------------|

articles/cognitive-services/Translator/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,14 @@
164164
href: https://cognitive.uservoice.com/knowledgebase/topics/132647-translator
165165
- name: Language and region support
166166
href: language-support.md
167-
- name: Pricing and limits
167+
- name: Pricing
168168
href: https://azure.microsoft.com/pricing/details/cognitive-services/translator-text-api/
169169
- name: Regional availability
170170
href: https://azure.microsoft.com/global-infrastructure/services/
171171
- name: Stack Overflow
172172
href: https://stackoverflow.com/questions/tagged/microsoft-translator
173+
- name: Pricing
174+
href: throttling-limits.md
173175
- name: UserVoice
174176
href: https://cognitive.uservoice.com/forums/558796-translator
175177
- name: Custom Translator

0 commit comments

Comments
 (0)