speech_recognition
speech_recognition copied to clipboard
Fixes on recognize_amazon
- 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 onen-US
; - Removed unused
file_key
parameter; - Fixed exception type
TranscriptionNotReady
toTranscriptionFailed
when it has errors to start the job.