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?

posta 2 anni fa277 visualizzazioni
2 Risposte
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
con risposta 2 anni fa
profile picture
ESPERTO
verificato un mese fa
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

con risposta 4 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande