Skip to content

Commit

Permalink
[feat] multiple languages in speech to text
Browse files Browse the repository at this point in the history
  • Loading branch information
floflokie committed Nov 6, 2023
1 parent cd35f6b commit f9cb3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edenai_apis/apis/amazon/amazon_audio_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _launch_transcribe(
}
if not language:
del params["LanguageCode"]
params.update({"IdentifyLanguage": True})
params.update({"IdentifyMultipleLanguages": True})
if vocab_name:
params["Settings"].update({"VocabularyName": vocab_name})
if initiate_vocab:
Expand Down

0 comments on commit f9cb3cc

Please sign in to comment.