Describe the bug
Saving a transcript in a json format encodes non-ascii characters as codes. It should keep it as text.
To Reproduce
assemblyai get <id> -> see normal text in the console
assemblyai get -j <id> > output.json
- See something like
{
"start": 5510,
"end": 6471,
"text": "\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0435\u043c",
"confidence": 0.904,
"speaker": "A"
},
Expected behavior
expected to have text in json file
Desktop (please complete the following information):
- OS: macOS M1
- CLI Version AssemblyAI CLI v1.18.1