Skip to content

Commit 2573c68

Browse files
Merge pull request #211912 from laujan/patch-149
Update get-started-with-document-translation.md
2 parents 3137656 + 14e3f69 commit 2573c68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: translator-text
99
ms.topic: quickstart
10-
ms.date: 07/28/2022
10+
ms.date: 09/20/2022
1111
ms.author: lajanuar
1212
recommendations: false
1313
ms.devlang: csharp, golang, java, javascript, python
@@ -195,7 +195,7 @@ The following headers are included with each Document Translation API request:
195195
"inputs": [
196196
{
197197
"source": {
198-
"sourceUrl": "https://myblob.blob.core.windows.net/source",
198+
"sourceUrl": "https://myblob.blob.core.windows.net/source"
199199
},
200200
"targets": [
201201
{
@@ -454,7 +454,6 @@ payload= {
454454
"sourceUrl": "https://YOUR-SOURCE-URL-WITH-READ-LIST-ACCESS-SAS",
455455
"storageSource": "AzureBlob",
456456
"language": "en"
457-
}
458457
},
459458
"targets": [
460459
{

0 commit comments

Comments
 (0)