We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a672931 + f4971ca commit 3d6891bCopy full SHA for 3d6891b
articles/ai-services/speech-service/spx-basics.md
@@ -165,7 +165,7 @@ spx translate --microphone --source en-US --target ru-RU
165
When you're translating into multiple languages, separate the language codes with a semicolon (`;`).
166
167
```console
168
-spx translate --microphone --source en-US --target ru-RU;fr-FR;es-ES
+spx translate --microphone --source en-US --target 'ru-RU;fr-FR;es-ES'
169
```
170
171
If you want to save the output of your translation, use the `--output` flag. In this example, you also read from a file.
0 commit comments