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
Every time end_time.nanos is referenced there is an error;
previous_word_end_microsec = result.alternatives[0].words[i].end_time.nanos * 0.001 AttributeError: 'datetime.timedelta' object has no attribute 'nanos'
def subtitle_generation does not work as a result
The text was updated successfully, but these errors were encountered:
Every time end_time.nanos is referenced there is an error;
previous_word_end_microsec = result.alternatives[0].words[i].end_time.nanos * 0.001 AttributeError: 'datetime.timedelta' object has no attribute 'nanos'
def subtitle_generation does not work as a result
The text was updated successfully, but these errors were encountered: