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?

gefragt vor 2 Jahren277 Aufrufe
2 Antworten
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
beantwortet vor 2 Jahren
profile picture
EXPERTE
überprüft vor einem Monat
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

beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen