什么是服务限制,它们是否灵活? [英] What are the service limits and are they flexible?

查看:74
本文介绍了什么是服务限制,它们是否灵活?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个用例,我需要使用Azure语音到文本API将大量语音文件转换为文本。我从文档中注意到最大并发请求数是20.这是一个固定的限制吗?或者可以要求延期吗?
或者我是否需要创建多个订阅密钥来创建请求块?

I have a use case where I need to convert a large number of speech files into text using the Azure speech to text APIs. I note from the documentation that the maximum number of concurrent requests is 20. Is this a fixed limit? Or can an extension be requested? Or would I need to create multiple subscription keys to create blocks of requests?

此外,文件大小的固定限制是多少?同步API最多定义14个音频,但不定义文件的大小,批处理API似乎没有定义最大文件大小或持续时间。

Also what are the fixed limited on file sizes? The synchronous API defines a maximum of 14s of audio but not the size of the file and the batch API doesn't appear to define a maximum file size or duration.

非常感谢,

Mark。

推荐答案

你好,

它看起来像你的问题描述是一个很好的例子,使用
批 - 转录
。以下是
git repo
的示例使用C#进行批量转录。

It looks like your problem description is a good case to use batch-transcription. Here is a sample git repo for batch-transcription using C#.

使用批量转录需要标准订阅S0。 

A standard subscription S0 is required to use batch-transcription. 

目前并发请求数20用于标准订阅,REST API将请求限制为每5秒25次。请查看

常见问题解答
有关详细信息的页面。

The number of concurrent requests are currently 20 for standard subscription and the REST API limits requests to 25 per 5 seconds. Please check the FAQ page for details.

记录了一个用户遇到的文件大小限制
这里
。 

The limit to file size as encountered by one user is documented here


这篇关于什么是服务限制,它们是否灵活?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆