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?

demandé il y a 2 ans277 vues
2 réponses
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
répondu il y a 2 ans
profile picture
EXPERT
vérifié il y a un mois
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

répondu il y a 4 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions