Skip to content

Commit 8097cf2

Browse files
Merge pull request #241313 from eric-urban/patch-1
Update spx-output-options.md
2 parents 83e9e22 + 4471e27 commit 8097cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/spx-output-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ The preceding command also outputs the `each` and `all` results to the specified
6262

6363
## Output to multiple files
6464

65-
For translations with `spx translate`, separate files are created for the source language (such as `--source en-US`) and each target language (such as `--target de;fr;zh-Hant`).
65+
For translations with `spx translate`, separate files are created for the source language (such as `--source en-US`) and each target language (such as `--target "de;fr;zh-Hant"`).
6666

6767
For example, to output translated SRT and WebVTT captions, run the following command:
6868

6969
```console
70-
spx translate --source en-US --target de;fr;zh-Hant --file caption.this.mp4 --format any --output vtt file caption.vtt --output srt file caption.srt
70+
spx translate --source en-US --target "de;fr;zh-Hant" --file caption.this.mp4 --format any --output vtt file caption.vtt --output srt file caption.srt
7171
```
7272

7373
Captions should then be written to the following files: *caption.srt*, *caption.vtt*, *caption.de.srt*, *caption.de.vtt*, *caption.fr.srt*, *caption.fr.vtt*, *caption.zh-Hant.srt*, and *caption.zh-Hant.vtt*.

0 commit comments

Comments
 (0)