reab5555 commited on
Commit
4a4332b
·
verified ·
1 Parent(s): 95282a2

Update transcription_diarization.py

Browse files
Files changed (1) hide show
  1. transcription_diarization.py +2 -1
transcription_diarization.py CHANGED
@@ -27,7 +27,8 @@ def transcribe_video(file_uri, job_name):
27
  MediaFormat='mp4',
28
  IdentifyLanguage=True,
29
  Settings={
30
- 'ShowSpeakerLabels': True
 
31
  }
32
  )
33
 
 
27
  MediaFormat='mp4',
28
  IdentifyLanguage=True,
29
  Settings={
30
+ 'ShowSpeakerLabels': True,
31
+ 'MaxSpeakerLabels': 4
32
  }
33
  )
34