Transcribe is identifying speakers 0, speaker 1 as same person.

1

I ran transcription job which contains two people phone conversation. Even-though i selected two speakers but Transcribe carrying dialogues of speaker 0 over to speaker 1 in Transcription job transcript also transcription accuracy is very low. Is there anything can be done to resolve this issue?

asked 2 years ago270 views
2 Answers
0

I assume that you are calling the StartTranscriptionJob API.

Check bellowing parameters:

  • MediaFormat, MediaSampleRateHertz setting, if you have a specific one.
  • MaxSpeakerLabels, Specify the maximum number of speakers you want to identify in your media. Note that if your media contains more speakers than the specified number, multiple speakers will be identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

Reference: StartTranscriptionJob

If it's a streaming one, check Identifying speakers in real-time streams

profile pictureAWS
Mia C
answered 2 years ago
profile picture
EXPERT
reviewed 23 days ago
0

I'm facing a similar issue with the StartMedicalScribeJob. In the audio files I've tested, I've had two speakers in them but it's showing the same label for both the speakers in the transcript generated. Anything else need to be explicitly set for the service to properly distinguish between the speakers? My cuurent parameters are set like this: ShowSpeakerLabels = True MaxSpeakerLabels= 3 ChannelIdentification= False

answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions