Open pietrop opened 5 years ago
seems like in speechmatics the start
and end
time attribute are strings.
...
{
"start": "13.23",
"end": "13.41",
"confidence": "0.990",
"word": "was",
"punct": "was",
"index": 1
},
...
So it might need to parse those as floats.
As well as not casting them back to string, eg here
Describe the bug
Digital Paper Edit adapter returns word timings as strings rather then numbers/float.
To Reproduce Steps to reproduce the behavior:
digital-paper-edit
Expected behavior
Expecting start and end attribute to be numbers
Instead they are strings
Additional context
NA