Skip to content

Commit eef3929

Browse files
committed
edit for pub
1 parent 96dac6b commit eef3929

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/ai-services/translator/containers/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
88
ms.topic: overview
9-
ms.date: 04/19/2024
9+
ms.date: 05/02/2024
1010
ms.author: lajanuar
1111
---
1212

@@ -16,7 +16,7 @@ Azure AI Translator container enables you to build translator application archit
1616

1717
## Connected containers
1818

19-
**Translator connected container** is deployed on premises and processes content in your environment. It requires internet connectivity to transmit usage metadata for billing; however, your customer content isn't transmitted outside of your premises. The `EULA`, `Billing` and `APIKey` options must be specified to run a container.
19+
**Translator connected container** is deployed on premises and processes content in your environment. It requires internet connectivity to transmit usage metadata for billing; however, your content isn't transmitted outside of your premises. The `EULA`, `Billing`, and `APIKey` options must be specified to run a container.
2020

2121
You're billed for connected containers monthly, based on the usage and consumption. Queries to the container are billed at the pricing tier for the Azure resource used for the `APIKey` parameter. For more information, *see* [Billing configuration](configuration.md#billing-configuration-setting).
2222

articles/ai-services/translator/containers/translate-document-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.author: lajanuar
2626
`POST` request:
2727

2828
```bash
29-
POST "http://localhost:{port}/translator/document:translate?sourceLanguage={sourceLanguage}&targetLanguage={targetLanguage}&api-version=2023-11-01-preview" -F "document=@{path-to-your-document-with-file-extension};type={ContentType}/{file-extension}" -o "{path-to-output-file-with-file-extension}"
29+
POST "http://localhost:{port}/translator/document:translate?sourceLanguage={sourceLanguage}&targetLanguage={targetLanguage}&api-version={api-version}" -F "document=@{path-to-your-document-with-file-extension};type={ContentType}/{file-extension}" -o "{path-to-output-file-with-file-extension}"
3030
```
3131

3232
Example:
@@ -71,7 +71,7 @@ For this project, you need a source document to translate. You can download our
7171
Here's an example cURL HTTP request using localhost:5000:
7272

7373
```bash
74-
curl -v "http://localhost:5000/translator/document:translate?sourceLanguage=en&targetLanguage=es&api-version=v1.0" -F "document=@document-translation-sample-docx" -o "C:\translation\translated-file.md"
74+
curl -v "http://localhost:5000/translator/document:translate?sourceLanguage=en&targetLanguage=es&api-version=2023-11-01-preview" -F "document=@document-translation-sample-docx" -o "C:\translation\translated-file.md"
7575
```
7676

7777
***Upon successful completion***:

articles/ai-services/translator/document-translation/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ For detailed information regarding Azure AI Translator Service request limits, *
144144
Document Translation data residency depends on the Azure region where your Translator resource was created:
145145

146146
✔️ Feature: **Document Translation**</br>
147-
✔️ Service endpoint: **Custom:** &#8198;&#8198;&#8198; **`<name-of-your-resource.cognitiveservices.azure.com/translator/text/batch/v1.1`**
147+
✔️ Service endpoint: **Custom: `<name-of-your-resource.cognitiveservices.azure.com/translator/text/batch/v1.1`**
148148

149149
|Resource created region| Request processing data center |
150150
|----------------------------------|-----------------------|

0 commit comments

Comments
 (0)