1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
The simple and efficient way to parse json to a Python dict is to use json.load() function included in Python runtime: it does all the painful JSON parsing for you. You obtain a nice and clean Python dict in 1 single call.
See code samples at https://www.geeksforgeeks.org/json-load-in-python/
You have a Transcribe parser sample in Python at https://github.com/JeeZeh/winston/blob/main/transcribe.py
Best,
Didier
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago

I tried this code earlier but i am not able to extract the Transcript text for each speaker segment