Can Amazon Transcribe more than 4 langs in audio file at at time?

0

Hi All, My audio wav file containes more than 5 langs that are in supported list of amazon transcribe but when i upload to S# bucket and use transcribe feature it is able to give me transcription in 4 langs only at time. start_transcription_job(TranscriptionJobName=job_name,Media={'MediaFileUri': job_uri},MediaFormat='wav',IdentifyMultipleLanguages=True,LanguageOptions=['ar-AE','tr-TR,ja-JP,pt-BR,es-ES']).

Can anyone please clarify is there any limit of no of langs identified in audio file. Thanks in advance.

Ram
已提問 1 年前檢視次數 293 次
1 個回答
0

Hello,

If you choose to include language codes, you must include at least two. There's no limit on the number of language codes you can include, but we recommend using between two and five for optimal efficiency and accuracy.

With language identification, you have the option to include a list of languages you think may be present in your media. Including language options (LanguageOptions) restricts Amazon Transcribe to using only the languages that you specify when matching your audio to the correct language, which can speed up language identification and improve the accuracy associated with assigning the correct language dialect.

https://docs.aws.amazon.com/transcribe/latest/dg/lang-id-batch.html?icmpid=docs_console_unmapped#lang-id-batch-multi-language

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南