Azure是否提供批量翻译?我已经用尽了他们的文档

0 人关注

如果有人能就我的问题提供一些线索,我将非常感激。

我需要将音频文件批量翻译成文本,将其从一种语言翻译成另一种语言。

我已经看了几个小时的文档(下面的网址),他们没有说明如何能做到这一点。

到目前为止,我一直在为每个音频文件使用 "连续 "的翻译调用。

是否可以批量翻译?

非常感谢。

https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/batch-transcription

https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/python/console/translation_sample.py

python
azure
translation
batch-processing
speech-to-text
Dianna
Dianna
发布于 2022-07-27
1 个回答
RajkumarM
RajkumarM
发布于 2022-07-27
已采纳
0 人赞同

Azure是否提供批量翻译?

是的,Azure提供了这里提到的批量翻译。 document .

我们可以使用 Speech to text v3.0 Rest API 来翻译音频文件,使用下面的代码,这在上面的链接中提到过。

"contentUrls": [ "<URL to an audio file 1 to transcribe>", "<URL to an audio file 2 to transcribe>", "<URL to an audio file 3 to transcribe>" "properties": { "wordLevelTimestampsEnabled": true "locale": "en-US",