speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

Fixes on recognize_amazon

Open SalatielBairros opened this issue 1 year ago • 0 comments

  • Fixed region bucket parameter configuration, adding the parameter CreateBucketConfiguration={'LocationConstraint': region} to the bucket creation call;
  • Added language parameter on start_transcription_job. It was fixed on en-US;
  • Removed unused file_key parameter;
  • Fixed exception type TranscriptionNotReady to TranscriptionFailed when it has errors to start the job.

SalatielBairros avatar May 15 '23 18:05 SalatielBairros