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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello , how can we get valid segements the segments are returned on example
[{ "start" : "01:03:02" , "end" : "01:03:25" , "word" : "Hell" }, { "start" : "01:03:02" , "end" : "01:03:35" , "word" : "Hello" }, { "start" : "01:03:02" , "end" : "01:03:35" , "word" : "Hello word" }, { "start" : "01:03:02" , "end" : "01:03:35" , "word" : "Hello world" }, ...... { "start" : "01:03:02" , "end" : "01:04:48" , "word" : "Hello world this is test" }, { "start" : "01:04:28" , "end" : "01:04:37" , "word" : "test " }, { "start" : "01:04:28" , "end" : "01:04:58" , "word" : "test for whisper" } ]
how to change to get only the segemtns as
[ { "start" : "01:03:02" , "end" : "01:04:48" , "word" : "Hello world this is test" }, { "start" : "01:04:28" , "end" : "01:04:58" , "word" : "test for whisper" } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello ,
how can we get valid segements
the segments are returned on example
how to change to get only the segemtns as
The text was updated successfully, but these errors were encountered: