Skip to content

Commit d4da51e

Browse files
committed
validate qualtrics buttons
1 parent d2fb4d9 commit d4da51e

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

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

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To get started, you'll need an active Azure subscription. If you don't have an A
4242
:::image type="content" source="media/quickstarts/keys-and-endpoint-portal.png" alt-text="Screenshot: Azure portal keys and endpoint page.":::
4343

4444
* Use the free pricing tier (F0) to try the service and upgrade later to a paid tier for production.
45-
45+
<!-- checked -->
4646
> [!div class="nextstepaction"]
4747
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=prerequisites)
4848
@@ -109,9 +109,9 @@ The core operation of the Translator service is translating text. In this quicks
109109
1. Select install from the right package manager window to add the package to your project.
110110

111111
:::image type="content" source="media/quickstarts/install-newtonsoft.png" alt-text="Screenshot of the NuGet package install button.":::
112-
112+
<!-- checked -->
113113
> [!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)
115115
116116
### Build your C# application
117117

@@ -162,9 +162,9 @@ class Program
162162
}
163163

164164
```
165-
165+
<!-- checked -->
166166
> [!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)
168168
169169
### Run your C# application
170170

@@ -197,9 +197,9 @@ After a successful call, you should see the following response:
197197
]
198198

199199
```
200-
200+
<!-- checked -->
201201
> [!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)
203203
204204
### [Go](#tab/go)
205205

@@ -220,7 +220,7 @@ You can use any text editor to write Go applications. We recommend using the lat
220220
```console
221221
go version
222222
```
223-
223+
<!-- checked -->
224224
> [!div class="nextstepaction"]
225225
> [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)
226226

@@ -292,7 +292,7 @@ func main() {
292292
fmt.Printf("%s\n", prettyJSON)
293293
}
294294
```
295-
295+
<!-- checked -->
296296
> [!div class="nextstepaction"]
297297
> [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)
298298
@@ -329,7 +329,7 @@ After a successful call, you should see the following response:
329329
]
330330

331331
```
332-
332+
<!-- checked -->
333333
> [!div class="nextstepaction"]
334334
> [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)
335335
@@ -349,9 +349,9 @@ After a successful call, you should see the following response:
349349
* A [**Java Development Kit** (OpenJDK)](/java/openjdk/download#openjdk-17) version 8 or later.
350350

351351
* [**Gradle**](https://docs.gradle.org/current/userguide/installation.html), version 6.8 or later.
352-
352+
<!-- checked -->
353353
> [!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)
355355
356356
### Create a new Gradle project
357357

@@ -393,9 +393,9 @@ After a successful call, you should see the following response:
393393
implementation("com.google.code.gson:gson:2.9.0")
394394
}
395395
```
396-
396+
<!-- checked -->
397397
> [!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)
399399
400400
### Create your Java Application
401401

@@ -472,7 +472,7 @@ public class TranslatorText {
472472
}
473473
}
474474
```
475-
475+
<!-- checked -->
476476
> [!div class="nextstepaction"]
477477
> [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)
478478
@@ -517,7 +517,7 @@ After a successful call, you should see the following response:
517517
]
518518

519519
```
520-
520+
<!-- checked -->
521521
> [!div class="nextstepaction"]
522522
> [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)
523523
@@ -569,7 +569,7 @@ After a successful call, you should see the following response:
569569
> * Type the following command **New-Item index.js**.
570570
>
571571
> * You can also create a new file named `index.js` in your IDE and save it to the `translator-app` directory.
572-
572+
<!-- checked -->
573573
> [!div class="nextstepaction"]
574574
> [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)
575575

@@ -607,7 +607,7 @@ After a successful call, you should see the following response:
607607
})
608608

609609
```
610-
610+
<!-- checked -->
611611
> [!div class="nextstepaction"]
612612
> [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)
613613
@@ -648,7 +648,7 @@ After a successful call, you should see the following response:
648648
]
649649

650650
```
651-
651+
<!-- checked -->
652652
> [!div class="nextstepaction"]
653653
> [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)
654654
@@ -670,8 +670,7 @@ After a successful call, you should see the following response:
670670

671671
> [!NOTE]
672672
> We will also use a Python built-in package called json. It's used to work with JSON data.
673-
674-
673+
<!-- checked -->
675674
> [!div class="nextstepaction"]
676675
> [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)
677676

@@ -718,7 +717,7 @@ response = request.json()
718717
print(json.dumps(response, sort_keys=True, ensure_ascii=False, indent=4, separators=(',', ': ')))
719718

720719
```
721-
720+
<!-- checked -->
722721
> [!div class="nextstepaction"]
723722
> [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)
724723
@@ -759,7 +758,7 @@ After a successful call, you should see the following response:
759758
]
760759

761760
```
762-
761+
<!-- checked -->
763762
> [!div class="nextstepaction"]
764763
> [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)
765764

0 commit comments

Comments
 (0)