@User Sense I can confirm that the above behavior was expected because the options used with the command for --output flag "batch json FILENAME" does not support translation and outputs the exact BATCH REST API json schema. It however created a .tsv file in the same directory and inside that file the translation information is available. If you want to get the translation text in JSON file you can follow this command format:
spx translate --once --microphone --source en-US --target de --output all file type json --output all file my.output3.json
Basically use all
instead of batch
.
More details about the output flags to print specific information is available as help in the tool.
spx help translate output
spx help translate output all
spx help translate output each
spx help translate output examples
If an answer is helpful, please click on or upvote
which might help other community members reading this thread.