Skip to content

Commit 22f99b9

Browse files
Merge pull request #226096 from laujan/62071-disable-translator-feedback-buttons
remove feedback buttons
2 parents 7788e78 + 6a31f51 commit 22f99b9

File tree

1 file changed

+50
-34
lines changed

1 file changed

+50
-34
lines changed

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

Lines changed: 50 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: quickstart
11-
ms.date: 11/29/2022
11+
ms.date: 02/01/2023
1212
ms.author: lajanuar
1313
ms.devlang: csharp, golang, java, javascript, python
1414
---
@@ -43,8 +43,10 @@ To get started, you'll need an active Azure subscription. If you don't have an A
4343
> * For more information on how to use the **Ocp-Apim-Subscription-Region** header, _see_ [Text Translator REST API headers](translator-text-apis.md).
4444
4545
<!-- checked -->
46-
> [!div class="nextstepaction"]
46+
<!--
47+
> [!div class="nextstepaction"]
4748
> [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Csharp&Product=Translator&Page=quickstart-translator&Section=prerequisites)
49+
-->
4850

4951
## Headers
5052

@@ -109,8 +111,8 @@ The core operation of the Translator service is translating text. In this quicks
109111

110112
:::image type="content" source="media/quickstarts/install-newtonsoft.png" alt-text="Screenshot of the NuGet package install button.":::
111113
<!-- checked -->
112-
> [!div class="nextstepaction"]
113-
> [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)
114+
<!-- [!div class="nextstepaction"]
115+
> [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) -->
114116

115117
### Build your C# application
116118

@@ -168,8 +170,8 @@ class Program
168170

169171
```
170172
<!-- checked -->
171-
> [!div class="nextstepaction"]
172-
> [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)
173+
<!-- > [!div class="nextstepaction"]
174+
> [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) -->
173175

174176
### Run your C# application
175177

@@ -203,8 +205,9 @@ After a successful call, you should see the following response:
203205

204206
```
205207
<!-- checked -->
206-
> [!div class="nextstepaction"]
207-
> [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)
208+
<!--
209+
> [!div class="nextstepaction"]
210+
> [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) -->
208211

209212
### [Go](#tab/go)
210213

@@ -226,8 +229,9 @@ You can use any text editor to write Go applications. We recommend using the lat
226229
go version
227230
```
228231
<!-- checked -->
229-
> [!div class="nextstepaction"]
230-
> [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)
232+
<!--
233+
> [!div class="nextstepaction"]
234+
> [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) -->
231235

232236
### Build your Go application
233237

@@ -302,8 +306,9 @@ func main() {
302306
}
303307
```
304308
<!-- checked -->
305-
> [!div class="nextstepaction"]
306-
> [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)
309+
<!--
310+
> [!div class="nextstepaction"]
311+
> [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) -->
307312

308313
### Run your Go application
309314

@@ -339,8 +344,9 @@ After a successful call, you should see the following response:
339344

340345
```
341346
<!-- checked -->
342-
> [!div class="nextstepaction"]
343-
> [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)
347+
<!--
348+
> [!div class="nextstepaction"]
349+
> [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) -->
344350

345351
### [Java: Gradle](#tab/java)
346352

@@ -359,8 +365,9 @@ After a successful call, you should see the following response:
359365

360366
* [**Gradle**](https://docs.gradle.org/current/userguide/installation.html), version 6.8 or later.
361367
<!-- checked -->
362-
> [!div class="nextstepaction"]
363-
> [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)
368+
<!--
369+
> [!div class="nextstepaction"]
370+
> [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) -->
364371

365372
### Create a new Gradle project
366373

@@ -403,8 +410,9 @@ After a successful call, you should see the following response:
403410
}
404411
```
405412
<!-- checked -->
406-
> [!div class="nextstepaction"]
407-
> [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)
413+
414+
<!-- > [!div class="nextstepaction"]
415+
> [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) -->
408416

409417
### Create your Java Application
410418

@@ -488,8 +496,9 @@ public class TranslatorText {
488496
}
489497
```
490498
<!-- checked -->
491-
> [!div class="nextstepaction"]
492-
> [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)
499+
500+
<!-- > [!div class="nextstepaction"]
501+
> [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) -->
493502

494503
### Build and run your Java application
495504

@@ -529,8 +538,9 @@ After a successful call, you should see the following response:
529538

530539
```
531540
<!-- checked -->
532-
> [!div class="nextstepaction"]
533-
> [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)
541+
542+
<!-- > [!div class="nextstepaction"]
543+
> [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) -->
534544

535545
### [JavaScript: Node.js](#tab/nodejs)
536546

@@ -581,8 +591,9 @@ After a successful call, you should see the following response:
581591
>
582592
> * You can also create a new file named `index.js` in your IDE and save it to the `translator-app` directory.
583593
<!-- checked -->
584-
> [!div class="nextstepaction"]
585-
> [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)
594+
595+
<!-- > [!div class="nextstepaction"]
596+
> [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) -->
586597

587598
### Build your JavaScript application
588599

@@ -625,8 +636,9 @@ Add the following code sample to your `index.js` file. **Make sure you update th
625636

626637
```
627638
<!-- checked -->
628-
> [!div class="nextstepaction"]
629-
> [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)
639+
<!--
640+
> [!div class="nextstepaction"]
641+
> [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) -->
630642

631643
### Run your JavaScript application
632644

@@ -662,8 +674,9 @@ After a successful call, you should see the following response:
662674

663675
```
664676
<!-- checked -->
665-
> [!div class="nextstepaction"]
666-
> [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)
677+
<!--
678+
> [!div class="nextstepaction"]
679+
> [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) -->
667680

668681
### [Python](#tab/python)
669682

@@ -684,8 +697,9 @@ After a successful call, you should see the following response:
684697
> [!NOTE]
685698
> We will also use a Python built-in package called json. It's used to work with JSON data.
686699
<!-- checked -->
687-
> [!div class="nextstepaction"]
688-
> [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)
700+
<!--
701+
> [!div class="nextstepaction"]
702+
> [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) -->
689703

690704
### Build your Python application
691705

@@ -733,8 +747,9 @@ print(json.dumps(response, sort_keys=True, ensure_ascii=False, indent=4, separat
733747

734748
```
735749
<!-- checked -->
736-
> [!div class="nextstepaction"]
737-
> [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)
750+
<!--
751+
> [!div class="nextstepaction"]
752+
> [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) -->
738753

739754
### Run your Python application
740755

@@ -770,8 +785,9 @@ After a successful call, you should see the following response:
770785

771786
```
772787
<!-- checked -->
773-
> [!div class="nextstepaction"]
774-
> [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)
788+
<!--
789+
> [!div class="nextstepaction"]
790+
> [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) -->
775791

776792
---
777793

0 commit comments

Comments
 (0)