Skip to content

Commit 2f22071

Browse files
committed
edit for pub
1 parent 1168fb6 commit 2f22071

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ 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).
115+
For detailed information regarding Azure Translator Service request limits, _see_ [**Document Translation request limits**](../../request-limits.md#document-translation).
116116

117117
### HTTP headers
118118

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Document Translation supports the following document file types:
7272

7373
## Request limits
7474

75-
For detailed information regarding Azure Translator Service request limits *see* [**Document Translation request limits**](../request-limits.md#document-translation).
75+
For detailed information regarding Azure Translator Service request limits, *see* [**Document Translation request limits**](../request-limits.md#document-translation).
7676

7777
### Legacy file types
7878

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For this project, you need a **source document** uploaded to your **source conta
113113

114114
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.
115115

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

118118
### Headers
119119

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ 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).
72+
For detailed information regarding Azure Translator Service request limits, *see* [**Text translation request limits**](request-limits.md#text-translation).
7373

7474
### [C#: Visual Studio](#tab/csharp)
7575

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Translator counts the following input:
2929
* An individual letter.
3030
* Punctuation.
3131
* A space, tab, markup, or any white-space character.
32-
* A repeated translation, even if you've previously translated the same text. Every character submitted to the translate function is counted even when the content is unchanged or the source and target language are the same.
32+
* A repeated translation, even if you have previously translated the same text. Every character submitted to the translate function is counted even when the content is unchanged or the source and target language are the same.
3333

3434
For scripts based on graphic symbols, such as written Chinese and Japanese Kanji, the Translator service counts the number of Unicode code points. One character per symbol. Exception: Unicode surrogate pairs count as two characters.
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).
38+
For detailed information regarding Azure Translator Service request limits, *see* [**Text translation request limits**](request-limits.md#text-translation).
3939

4040
## Where can I see my monthly usage?
4141

@@ -53,7 +53,7 @@ The [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/)
5353

5454
## Is attribution required when using Translator?
5555

56-
Attribution isn't required when using Translator for text and speech translation. It is recommended that you inform users that the content they're viewing is machine translated.
56+
Attribution isn't required when using Translator for text and speech translation. It's recommended that you inform users that the content they're viewing is machine translated.
5757

5858
If attribution is present, it must conform to the [Translator attribution guidelines](https://www.microsoft.com/translator/business/attribution/).
5959

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: lajanuar
1414

1515
# What is Azure Cognitive Services Translator?
1616

17-
Translator Service is a cloud-based neural machine translation service that is part of the [Azure Cognitive Services](../what-are-cognitive-services.md) family of REST APIs and can be used with any operating system. Translator powers many Microsoft products and services used by thousands of businesses worldwide to perform language translation and other language-related operations. In this overview, you'll learn how Translator can enable you to build intelligent, multi-language solutions for your applications across all [supported languages](./language-support.md).
17+
Translator Service is a cloud-based neural machine translation service that is part of the [Azure Cognitive Services](../what-are-cognitive-services.md) family of REST APIs and can be used with any operating system. Translator powers many Microsoft products and services used by thousands of businesses worldwide to perform language translation and other language-related operations. In this overview, you learn how Translator can enable you to build intelligent, multi-language solutions for your applications across all [supported languages](./language-support.md).
1818

1919
Translator documentation contains the following article types:
2020

@@ -24,21 +24,21 @@ Translator documentation contains the following article types:
2424

2525
## Translator features and development options
2626

27-
The following features are supported by the Translator service. Use the links in this table to learn more about each feature and browse the API references.
27+
Translator service supports the following features. Use the links in this table to learn more about each feature and browse the API references.
2828

2929
| Feature | Description | Development options |
3030
|----------|-------------|--------------------------|
3131
| [**Text Translation**](text-translation-overview.md) | Execute text translation between supported source and target languages in real time. | <ul><li>[**REST API**](reference/rest-api-guide.md) </li><li>[Text translation Docker container](containers/translator-how-to-install-container.md).</li></ul> |
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).
35+
For detailed information regarding Azure Translator Service request limits, *see* [**Text translation request limits**](request-limits.md#text-translation).
3636

3737
## Try the Translator service for free
3838

39-
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.
39+
First, you 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.
4040

41-
Next, you'll need to have an Azure account—navigate to the [**Azure sign-up page**](https://azure.microsoft.com/free/ai/), select the **Start free** button, and create a new Azure account using your Microsoft account credentials.
41+
Next, you need to have an Azure account—navigate to the [**Azure sign-up page**](https://azure.microsoft.com/free/ai/), select the **Start free** button, and create a new Azure account using your Microsoft account credentials.
4242

4343
Now, you're ready to get started! [**Create a Translator service**](how-to-create-translator-resource.md "Go to the Azure portal."), [**get your access keys and API endpoint**](how-to-create-translator-resource.md#authentication-keys-and-endpoint-url "An endpoint URL and read-only key are required for authentication."), and try our [**quickstart**](quickstart-translator.md "Learn to use Translator via REST.").
4444

0 commit comments

Comments
 (0)