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/quickstart-translator.md
+22-23Lines changed: 22 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ To get started, you'll need an active Azure subscription. If you don't have an A
42
42
:::image type="content" source="media/quickstarts/keys-and-endpoint-portal.png" alt-text="Screenshot: Azure portal keys and endpoint page.":::
43
43
44
44
* Use the free pricing tier (F0) to try the service and upgrade later to a paid tier for production.
45
-
45
+
<!-- checked -->
46
46
> [!div class="nextstepaction"]
47
47
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=prerequisites)
48
48
@@ -109,9 +109,9 @@ The core operation of the Translator service is translating text. In this quicks
109
109
1. Select install from the right package manager window to add the package to your project.
110
110
111
111
:::image type="content" source="media/quickstarts/install-newtonsoft.png" alt-text="Screenshot of the NuGet package install button.":::
112
-
112
+
<!-- checked -->
113
113
> [!div class="nextstepaction"]
114
-
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=set-up-your-visual-stuido-project)
114
+
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=set-up-your-visual-studio-project)
115
115
116
116
### Build your C# application
117
117
@@ -162,9 +162,9 @@ class Program
162
162
}
163
163
164
164
```
165
-
165
+
<!-- checked -->
166
166
> [!div class="nextstepaction"]
167
-
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=build-your-c-application)
167
+
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=build-your-c#-application)
168
168
169
169
### Run your C# application
170
170
@@ -197,9 +197,9 @@ After a successful call, you should see the following response:
197
197
]
198
198
199
199
```
200
-
200
+
<!-- checked -->
201
201
> [!div class="nextstepaction"]
202
-
> [My REST API call was successful](#next-steps)[I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=run-your-c-application)
202
+
> [My REST API call was successful](#next-steps)[I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=run-your-c#-application)
203
203
204
204
### [Go](#tab/go)
205
205
@@ -220,7 +220,7 @@ You can use any text editor to write Go applications. We recommend using the lat
220
220
```console
221
221
go version
222
222
```
223
-
223
+
<!-- checked -->
224
224
> [!div class="nextstepaction"]
225
225
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Go&Product=Translator&Page=quickstart-translator&Section=set-up-your-go-environment)
226
226
@@ -292,7 +292,7 @@ func main() {
292
292
fmt.Printf("%s\n", prettyJSON)
293
293
}
294
294
```
295
-
295
+
<!-- checked -->
296
296
> [!div class="nextstepaction"]
297
297
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Go&Product=Translator&Page=quickstart-translator&Section=build-your-go-application)
298
298
@@ -329,7 +329,7 @@ After a successful call, you should see the following response:
329
329
]
330
330
331
331
```
332
-
332
+
<!-- checked -->
333
333
> [!div class="nextstepaction"]
334
334
> [My REST API call was successful](#next-steps)[I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Go&Product=Translator&Page=quickstart-translator&Section=run-your-go-application)
335
335
@@ -349,9 +349,9 @@ After a successful call, you should see the following response:
349
349
* A [**Java Development Kit** (OpenJDK)](/java/openjdk/download#openjdk-17) version 8 or later.
350
350
351
351
*[**Gradle**](https://docs.gradle.org/current/userguide/installation.html), version 6.8 or later.
352
-
352
+
<!-- checked -->
353
353
> [!div class="nextstepaction"]
354
-
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Java&Product=Translator&Page=quickstart-translator&Section=set-up-your-javanvironment)
354
+
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Java&Product=Translator&Page=quickstart-translator&Section=set-up-your-java-environment)
355
355
356
356
### Create a new Gradle project
357
357
@@ -393,9 +393,9 @@ After a successful call, you should see the following response:
393
393
implementation("com.google.code.gson:gson:2.9.0")
394
394
}
395
395
```
396
-
396
+
<!-- checked -->
397
397
> [!div class="nextstepaction"]
398
-
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Java&Product=Translator&Page=quickstart-translator&Section=create-a-new-gradle-project)
398
+
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Java&Product=Translator&Page=quickstart-translator&Section=create-a-gradle-project)
399
399
400
400
### Create your Java Application
401
401
@@ -472,7 +472,7 @@ public class TranslatorText {
472
472
}
473
473
}
474
474
```
475
-
475
+
<!-- checked -->
476
476
> [!div class="nextstepaction"]
477
477
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Java&Product=Translator&Page=quickstart-translator&Section=create-your-java-application)
478
478
@@ -517,7 +517,7 @@ After a successful call, you should see the following response:
517
517
]
518
518
519
519
```
520
-
520
+
<!-- checked -->
521
521
> [!div class="nextstepaction"]
522
522
> [My REST API call was successful](#next-steps)[I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Java&Product=Translator&Page=quickstart-translator&Section=build-and-run-your-java-application)
523
523
@@ -569,7 +569,7 @@ After a successful call, you should see the following response:
569
569
> * Type the following command **New-Item index.js**.
570
570
>
571
571
> * You can also create a new file named `index.js` in your IDE and save it to the `translator-app` directory.
572
-
572
+
<!-- checked -->
573
573
> [!div class="nextstepaction"]
574
574
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Python&Product=Translator&Page=quickstart-translator&Section=set-up-your-nodejs-express-project)
575
575
@@ -607,7 +607,7 @@ After a successful call, you should see the following response:
607
607
})
608
608
609
609
```
610
-
610
+
<!-- checked -->
611
611
> [!div class="nextstepaction"]
612
612
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Python&Product=Translator&Page=quickstart-translator&Section=build-your-javascript-application)
613
613
@@ -648,7 +648,7 @@ After a successful call, you should see the following response:
648
648
]
649
649
650
650
```
651
-
651
+
<!-- checked -->
652
652
> [!div class="nextstepaction"]
653
653
> [My REST API call was successful](#next-steps)[I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Java&Product=Translator&Page=quickstart-translator&Section=run-your-javascript-application)
654
654
@@ -670,8 +670,7 @@ After a successful call, you should see the following response:
670
670
671
671
> [!NOTE]
672
672
> We will also use a Python built-in package called json. It's used to work with JSON data.
673
-
674
-
673
+
<!-- checked -->
675
674
> [!div class="nextstepaction"]
676
675
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Python&Product=Translator&Page=quickstart-translator&Section=set-up-your-python-project)
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Python&Product=Translator&Page=quickstart-translator&Section=build-your-python-application)
724
723
@@ -759,7 +758,7 @@ After a successful call, you should see the following response:
759
758
]
760
759
761
760
```
762
-
761
+
<!-- checked -->
763
762
> [!div class="nextstepaction"]
764
763
> [My REST API call was successful](#next-steps)[I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Python&Product=Translator&Page=quickstart-translator&Section=run-your-python-application)
0 commit comments