We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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>
assemblyai get -j <id> > output.json
{ "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):
The text was updated successfully, but these errors were encountered:
albtsantos
fcastillo90
No branches or pull requests
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 consoleassemblyai get -j <id> > output.json
Expected behavior
expected to have text in json file
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: