You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/document-translation/how-to-guides/use-rest-api-programmatically.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ The `sourceUrl` , `targetUrl` , and optional `glossaryUrl` must include a Share
112
112
113
113
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.
114
114
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).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/document-translation/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Document Translation supports the following document file types:
72
72
73
73
## Request limits
74
74
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).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/document-translation/quickstarts/get-started-with-rest-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ For this project, you need a **source document** uploaded to your **source conta
113
113
114
114
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.
115
115
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).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/quickstart-translator.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Header|Value| Condition |
69
69
70
70
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.
71
71
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).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/translator-faq.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,13 @@ Translator counts the following input:
29
29
* An individual letter.
30
30
* Punctuation.
31
31
* 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.
33
33
34
34
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.
35
35
36
36
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.
37
37
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).
39
39
40
40
## Where can I see my monthly usage?
41
41
@@ -53,7 +53,7 @@ The [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/)
53
53
54
54
## Is attribution required when using Translator?
55
55
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.
57
57
58
58
If attribution is present, it must conform to the [Translator attribution guidelines](https://www.microsoft.com/translator/business/attribution/).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/translator-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.author: lajanuar
14
14
15
15
# What is Azure Cognitive Services Translator?
16
16
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).
18
18
19
19
Translator documentation contains the following article types:
20
20
@@ -24,21 +24,21 @@ Translator documentation contains the following article types:
24
24
25
25
## Translator features and development options
26
26
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.
|[**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> |
32
32
|[**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> |
33
33
|[**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> |
34
34
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).
36
36
37
37
## Try the Translator service for free
38
38
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.
40
40
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.
42
42
43
43
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.").
0 commit comments