Skip to content

Commit 858914e

Browse files
Merge pull request #208290 from laujan/197000-PR-review-updates
197000 pr review updates
2 parents d23b516 + 8f67acd commit 858914e

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

articles/cognitive-services/Translator/custom-translator/v2-preview/how-to/create-manage-workspace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: translator-text
9-
ms.date: 08/15/2022
9+
ms.date: 08/17/2022
1010
ms.author: lajanuar
1111
ms.topic: how-to
1212

@@ -42,11 +42,11 @@ ms.topic: how-to
4242
> [!NOTE]
4343
> Region must match the region that was selected during the resource creation. You can use **KEY 1** or **KEY 2**.
4444
45-
:::image type="content" source="../media/quickstart/resource-key.png" alt-text="Screenshot illustrating the resource key.":::
46-
4745
> [!NOTE]
4846
> All uploaded customer content, custom model binaries, custom model configurations, and training logs are kept encrypted-at-rest in the selected region.
4947
48+
:::image type="content" source="../media/quickstart/resource-key.png" alt-text="Screenshot illustrating the resource key.":::
49+
5050
:::image type="content" source="../media/quickstart/create-workspace-1.png" alt-text="Screenshot illustrating workspace creation.":::
5151

5252
## Manage workspace settings

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

Lines changed: 1 addition & 18 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: 08/15/2022
11+
ms.date: 08/17/2022
1212
ms.author: lajanuar
1313
---
1414

@@ -60,23 +60,6 @@ These limits are restricted to Microsoft's standard translation models. Custom t
6060

6161
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.
6262

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

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

articles/cognitive-services/Translator/sovereign-clouds.md

Lines changed: 2 additions & 4 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: reference
11-
ms.date: 08/15/2022
11+
ms.date: 08/17/2022
1212
ms.author: lajanuar
1313
---
1414

@@ -176,10 +176,8 @@ curl -X POST "https://api.translator.azure.cn/translate?api-version=3.0&from=en&
176176

177177
#### Document Translation custom endpoint
178178

179-
#### Document Translation custom endpoint
180-
181179
```http
182-
https://<NAME-OF-YOUR-RESOURCE>.cognitiveservices.azure.us/translator/text/batch/v1.0
180+
https://<NAME-OF-YOUR-RESOURCE>.cognitiveservices.azure.cn/translator/text/batch/v1.0
183181
```
184182

185183
### Example batch translation request

0 commit comments

Comments
 (0)