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
질문됨 일 년 전294회 조회
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

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠