Skip to content

Commit 87e0812

Browse files
committed
edit for pub
1 parent a139954 commit 87e0812

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

articles/cognitive-services/Translator/document-translation/how-to-guides/use-rest-api-programmatically.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ The `sourceUrl` , `targetUrl` , and optional `glossaryUrl` must include a Share
112112

113113
A batch Document Translation request is submitted to your Translator service endpoint via a POST request. If successful, the POST method returns a `202 Accepted` response code and the service creates a batch request. The translated documents are listed in your target container.
114114

115+
For detailed information regarding Azure Translator Service request limits _see_ [**Document Translation request limits**](../../request-limits.md#document-translation).
116+
115117
### HTTP headers
116118

117119
The following headers are included with each Document Translation API request:
@@ -1272,12 +1274,6 @@ func main() {
12721274

12731275
---
12741276

1275-
## Troubleshooting
1276-
1277-
### Content limits
1278-
1279-
For more information on content limits, _see_, [**Document Translation request limits**](../../request-limits.md#document-translation)
1280-
12811277
### Common HTTP status codes
12821278

12831279
| HTTP status code | Description | Possible reason |

articles/cognitive-services/Translator/document-translation/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Document Translation supports the following document file types:
7070
|Tab Separated Values/TAB|`tsv`/`tab`| A tab-delimited raw-data file used by spreadsheet programs.|
7171
|Text|`txt`| An unformatted text document.|
7272

73+
## Request limits
74+
75+
For detailed information regarding Azure Translator Service request limits *see* [**Document Translation request limits**](../request-limits.md#document-translation).
76+
7377
### Legacy file types
7478

7579
Source file types are preserved during the document translation with the following **exceptions**:

articles/cognitive-services/Translator/document-translation/quickstarts/get-started-with-rest-api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ recommendations: false
1313
ms.devlang: csharp, golang, java, javascript, python
1414
ms.custom: mode-other
1515
zone_pivot_groups: programming-languages-set-translator
16+
ms.custom: mode-other
1617
---
1718

1819
# Get started with Document Translation
@@ -112,6 +113,8 @@ For this project, you need a **source document** uploaded to your **source conta
112113

113114
A batch Document Translation request is submitted to your Translator service endpoint via a POST request. If successful, the POST method returns a `202 Accepted` response code and the service creates a batch request. The translated documents are listed in your target container.
114115

116+
For detailed information regarding Azure Translator Service request limits *see* [**Document Translation request limits**](../../request-limits.md#document-translation).
117+
115118
### Headers
116119

117120
The following headers are included with each Document Translation API request:

articles/cognitive-services/Translator/quickstart-translator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Header|Value| Condition |
6969

7070
The core operation of the Translator service is translating text. In this quickstart, you build a request using a programming language of your choice that takes a single source (`from`) and provides two outputs (`to`). Then we review some parameters that can be used to adjust both the request and the response.
7171

72+
For detailed information regarding Azure Translator Service request limits *see* [**Text translation request limits**](request-limits.md#text-translation).
73+
7274
### [C#: Visual Studio](#tab/csharp)
7375

7476
### Set up your Visual Studio project

articles/cognitive-services/Translator/translator-faq.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ For scripts based on graphic symbols, such as written Chinese and Japanese Kanji
3535

3636
Calls to the **Detect** and **BreakSentence** methods aren't counted in the character consumption. However, we do expect calls to the Detect and BreakSentence methods to be reasonably proportionate to the use of other counted functions. If the number of Detect or BreakSentence calls exceeds the number of other counted methods by 100 times, Microsoft reserves the right to restrict your use of the Detect and BreakSentence methods.
3737

38+
For detailed information regarding Azure Translator Service request limits *see* [**Text translation request limits**](request-limits.md#text-translation).
39+
3840
## Where can I see my monthly usage?
3941

4042
The [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) can be used to estimate your costs. You can also monitor, view, and add Azure alerts for your Azure services in your user account in the Azure portal:
@@ -45,7 +47,7 @@ The [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/)
4547

4648
:::image type="content" source="media/azure-portal-overview.png" alt-text="Screenshot of the subscription link on overview page in the Azure portal.":::
4749

48-
2. In the left rail, make your selection under **Cost Management**:
50+
1. In the left rail, make your selection under **Cost Management**:
4951

5052
:::image type="content" source="media/azure-portal-cost-management.png" alt-text="Screenshot of the cost management resources links in the Azure portal.":::
5153

articles/cognitive-services/Translator/translator-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The following features are supported by the Translator service. Use the links in
3232
| [**Document Translation**](document-translation/overview.md) | Translate batch and complex files while preserving the structure and format of the original documents. | <ul><li>[**REST API**](document-translation/reference/rest-api-guide.md)</li><li>[**Client-library SDK**](document-translation/how-to-guides/use-client-sdks.md)</li></ul> |
3333
| [**Custom Translator**](custom-translator/overview.md) | Build customized models to translate domain- and industry-specific language, terminology, and style. | <ul><li>[**Custom Translator portal**](https://portal.customtranslator.azure.ai/)</li></ul> |
3434

35+
For detailed information regarding Azure Translator Service request limits *see* [**Text translation request limits**](request-limits.md#text-translation).
36+
3537
## Try the Translator service for free
3638

3739
First, you'll need a Microsoft account; if you don't have one, you can sign up for free at the [**Microsoft account portal**](https://account.microsoft.com/account). Select **Create a Microsoft account** and follow the steps to create and verify your new account.

0 commit comments

Comments
 (0)