Skip to content

Commit 9caaf06

Browse files
committed
address PR review
1 parent b6636a3 commit 9caaf06

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)