Hi All first post help greatly appreciated
I have looked everywhere on the internet and tried guessing how to use it with no answer to this question
Thanks
Question: How do I use OutputBucketName in python 3 for amazon transcribe
Hi All first post help greatly appreciated
I have looked everywhere on the internet and tried guessing how to use it with no answer to this question
Thanks
Question: How do I use OutputBucketName in python 3 for amazon transcribe
You can pass your Amazon S3 Bucket name in the following way:
response = client.start_transcription_job(
TranscriptionJobName='string',
LanguageCode='en-US',
MediaSampleRateHertz=123,
MediaFormat='mp4',
Media={
'MediaFileUri': 'string'
},
OutputBucketName='string')
Please refer to document: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transcribe.html#TranscribeService.Client.start_transcription_job