You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in video link: https://www.youtube.com/watch?v=uk-JuzGlSgs final captions = captionTrack.captions.toList(); final translateCaptionTrack = await closedCaption.get(trackInfo.autoTranslate(nativeCode)); final translates = translateCaptionTrack.captions.toList();
results:
captions lenght 183
translates lenght 173
please help? some solution for that.
The text was updated successfully, but these errors were encountered:
I tried going to the video on ytb and checking to see if those sentences had subtitles, it was all there on ytb . I don't know any other way to check, I just use my eyes and check it on ytb .
in video link: https://www.youtube.com/watch?v=uk-JuzGlSgs
final captions = captionTrack.captions.toList(); final translateCaptionTrack = await closedCaption.get(trackInfo.autoTranslate(nativeCode)); final translates = translateCaptionTrack.captions.toList();
results:
please help? some solution for that.
The text was updated successfully, but these errors were encountered: