Azure 认知服务语音转文本

Azure Cognitive Services Speech to Text

我刚刚使用 Azure Speech to Text 转录了一个音频文件。但是,我使用了 python 和 Azure 的语音 SDK,但我想知道是否有更简单的方法来做到这一点?

例如,我在控制台上传了音频文件,然后创建了一个作业,将音频文件转录并存储在 Azure 存储中,最后我可以从那里下载它。对于我的用例,这会更快。

谢谢

请查看批量转录 API:https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/batch-transcription 谢谢!

请检查自动转录上传到存储容器的音频文件的摄取客户端。 https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/ingestion。 谢谢!