我对 AWS Transcribe 有疑问,我尝试通过 PHP 使用它。我的凭证具有 AWS 工具的完全访问权限。我有这个代码:
$response = $this->client->startTranscriptionJob([
'LanguageCode' => 'en-US',
'Media' => [
'MediaFileUrl' => //S3 audio file path
],
'MediaFormat' => 'mp3',
'TranscriptionJobName' => 'JobName'
]);
但我收到错误