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
@@ -60,7 +60,7 @@ To call the Translator service via the [REST API](reference/rest-api-guide.md),
60
60
|**X-ClientTraceId**|A client-generated GUID to uniquely identify the request. You can omit this header if you include the trace ID in the query string using a query parameter named ClientTraceId.|<ul><li>***Optional***</li></ul>
61
61
|||
62
62
63
-
## Setup your application
63
+
## Set up your application
64
64
65
65
### [C#](#tab/csharp)
66
66
@@ -113,7 +113,7 @@ To call the Translator service via the [REST API](reference/rest-api-guide.md),
113
113
114
114
1. Open the **Program.cs** file.
115
115
116
-
1. Delete the pre-existing code, including the line `Console.Writeline("Hello World!")`. You will copy and paste the code samples into your application's Program.cs file. For each code sample, make sure you update the key and endpoint variables with values from your Azure portal Translator instance.
116
+
1. Delete the pre-existing code, including the line `Console.Writeline("Hello World!")`. You'll copy and paste the code samples into your application's Program.cs file. For each code sample, make sure you update the key and endpoint variables with values from your Azure portal Translator instance.
117
117
118
118
1. Once you've added a desired code sample to your application, choose the green **start button** next to formRecognizer_quickstart to build and run your program, or press **F5**.
119
119
@@ -141,7 +141,7 @@ You can use any text editor to write Go applications. We recommend using the lat
141
141
142
142
1. Create a new GO file named **text-translator.go** from the **translator-text-app** directory.
143
143
144
-
1. You will copy and paste the code samples into your **text-translator.go** file. Make sure you update the key variable with the value from your Azure portal Translator instance.
144
+
1. You'll copy and paste the code samples into your **text-translator.go** file. Make sure you update the key variable with the value from your Azure portal Translator instance.
145
145
146
146
1. Once you've added a code sample to your application, your Go program can be executed in a command or terminal prompt. Make sure your prompt's path is set to the **translator-text-app** folder and use the following command:
147
147
@@ -227,7 +227,7 @@ You can use any text editor to write Go applications. We recommend using the lat
227
227
>
228
228
> * You can also create a new file in your IDE named `TranslatorText.java` and save it to the `java` directory.
229
229
230
-
1. You will copy and paste the code samples `TranslatorText.java` file. **Make sure you update the key with one of the key values from your Azure portal Translator instance**.
230
+
1. You'll copy and paste the code samples `TranslatorText.java` file. **Make sure you update the key with one of the key values from your Azure portal Translator instance**.
231
231
232
232
1. Once you've added a code sample to your application, navigate back to your main project directory—**translator-text-app**, open a console window, and enter the following commands:
233
233
@@ -290,7 +290,7 @@ You can use any text editor to write Go applications. We recommend using the lat
290
290
>
291
291
> * You can also create a new file named `index.js` in your IDE and save it to the `translator-text-app` directory.
292
292
293
-
1. You will copy and paste the code samples into your `index.js` file. **Make sure you update the key variable with the value from your Azure portal Translator instance**.
293
+
1. You'll copy and paste the code samples into your `index.js` file. **Make sure you update the key variable with the value from your Azure portal Translator instance**.
294
294
295
295
1. Once you've added the code sample to your application, run your program:
296
296
@@ -611,7 +611,7 @@ After a successful call, you should see the following response:
611
611
]
612
612
```
613
613
614
-
You can check the consumption (the number of characters for which you'll be charged) for each request through in the [**response headers: x-metered-usage**](reference/v3-0-translate.md#response-headers) field.
614
+
You can check the consumption (the number of characters for which you'll be charged) for each request through in the [**response headers: x-metered-usage**](reference/v3-0-translate.md#response-headers) field.
0 commit comments