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
If the JSONs were produced without them code will fail with Error in line 1491, in create_turn_by_turn_segments for segment in data["results"]["speaker_labels"]["segments"]:
The text was updated successfully, but these errors were encountered:
Looks like https://docs.aws.amazon.com/transcribe/latest/dg/diarization.html is required. Code is looking to iterate over the
speaker_labels
key.If the JSONs were produced without them code will fail with Error in
line 1491, in create_turn_by_turn_segments for segment in data["results"]["speaker_labels"]["segments"]:
The text was updated successfully, but these errors were encountered: