amazon-transcribe-output-word-document icon indicating copy to clipboard operation
amazon-transcribe-output-word-document copied to clipboard

Requires Jobs to have Diarization enabled

Open bayu01 opened this issue 2 years ago • 0 comments

Looks like https://docs.aws.amazon.com/transcribe/latest/dg/diarization.html is required. Code is looking to iterate over the speaker_labels key.

"speaker_labels": {
    "channel_label": "ch_0",
    "speakers": 2,
    "segments": [
         {

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"]:

bayu01 avatar May 05 '23 02:05 bayu01