felicia27 / anonymization-tool

Other
2 stars 0 forks source link

NaN and undefined in calculation of seconds for a word returned from Google Speech to text #7

Open nitinsaroha opened 4 years ago

nitinsaroha commented 4 years ago

TODO

AllenMNP commented 4 years ago

Issue: The issue is that the JSON is not holding a seconds field. It does not a placeholder for "seconds" if it is less than one second. There will always be an undefined before the 1st second. Need to add a placeholder 0 if the words come before the first second. This issue might occur too if it is past the minute mark.