Skip to content

Commit ea59468

Browse files
committed
Fixed an obsolete reference to a step that we took out
1 parent 2fd02c4 commit ea59468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-synapseml-cognitive-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ display(itemized_df)
176176

177177
## Apply translations
178178

179-
Paste the following code into the fifth cell. Replace the region in `setLocation` with the location of your Azure Translator service. No other modifications are required, so run the code when you're ready.
179+
Paste the following code into the fifth cell. No modifications are required, so run the code when you're ready.
180180

181-
This code loads [Translate](https://microsoft.github.io/SynapseML/docs/documentation/transformers/transformers_cognitive/#translate), a transformer that calls the Azure Translator service in Cognitive Services. The original text, which is in English, is machine-translated into various languages. All of the output is consolidated into "output.translations" array.
181+
This code loads [Translate](https://microsoft.github.io/SynapseML/docs/documentation/transformers/transformers_cognitive/#translate), a transformer that calls the Azure Translator service in Cognitive Services. The original text, which is in English in the "Description" column, is machine-translated into various languages. All of the output is consolidated into "output.translations" array.
182182

183183
```python
184184
from synapse.ml.cognitive import Translate

0 commit comments

Comments
 (0)