Skip to content

Commit 007d5fc

Browse files
authored
Merge pull request #97157 from swmachan/master
Clarity on latency
2 parents 9bd4c2e + 6fcd4ac commit 007d5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: conceptual
11-
ms.date: 06/04/2019
11+
ms.date: 11/25/2019
1212
ms.author: swmachan
1313
---
1414

@@ -53,7 +53,7 @@ These limits are restricted to Microsoft's standard translation models. Custom t
5353

5454
## Latency
5555

56-
The Translator Text API has a maximum latency of 15 seconds using standard models. Translation using custom models has a maximum latency of 25 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 of the request and language pair. If you don’t receive a translation or an [error response](https://docs.microsoft.com/azure/cognitive-services/translator/reference/v3-0-reference#errors) within that timeframe, you should check your network connection and retry.
56+
The Translator Text API 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](https://docs.microsoft.com/azure/cognitive-services/translator/reference/v3-0-reference#errors) within that timeframe, please check your code, your network connection and retry.
5757

5858
## Sentence length limits
5959

0 commit comments

Comments
 (0)