Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,非常感谢第一篇文章的帮助
我在互联网上到处寻找并尝试猜测如何使用它而没有回答这个问题
谢谢
问题:如何在 python 3 中使用 OutputBucketName 进行亚马逊转录
您可以通过以下方式传递您的 Amazon S3 存储桶名称:
response = client.start_transcription_job( TranscriptionJobName='string', LanguageCode='en-US', MediaSampleRateHertz=123, MediaFormat='mp4', Media={ 'MediaFileUri': 'string' }, OutputBucketName='string')
请参考文档:https ://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transcribe.html#TranscribeService.Client.start_transcription_job
还有:https ://aws.amazon.com/blogs/machine-learning/amazon-transcribe-now-lets-you-designate-your-own-amazon-s3-buckets-to-store-transcription-outputs/