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
Very rarely I get a segment without the start, end, score properties
start
end
score
an example:
[ { "word": "Unit", "start": 0.629, "end": 1.27, "score": 0.763, "speaker": "SPEAKER_01" }, { "word": "1." }, { "word": "Page", "start": 2.131, "end": 2.831, "score": 0.809, "speaker": "SPEAKER_01" }, { "word": "58." }, { "word": "Listening", "start": 3.992, "end": 4.392, "score": 0.89, "speaker": "SPEAKER_01" }, ]
My code is the same as the readme example This is the audio recording: https://nicetalkingwithyou.com/wp-content/uploads/2018/07/012NTWY_U4_CL.mp3
Any insight would be much appreciated.
The text was updated successfully, but these errors were encountered:
You need to suppress numerals.
Sorry, something went wrong.
Should be fixed with #986
No branches or pull requests
Very rarely I get a segment without the
start
,end
,score
propertiesan example:
My code is the same as the readme example
This is the audio recording: https://nicetalkingwithyou.com/wp-content/uploads/2018/07/012NTWY_U4_CL.mp3
Any insight would be much appreciated.
The text was updated successfully, but these errors were encountered: