简体   繁体   English

尽管有 S1 定价层,Azure 计算机视觉仍未运行

[英]Azure Computer Vision not running despite S1 pricing tier

I get this error when I try to run a code utilizing Azure Computer Vision.当我尝试使用 Azure 计算机视觉运行代码时出现此错误。

azure.cognitiveservices.vision.computervision.models._models_py3.ComputerVisionErrorResponseException: 
    (429) Requests to the Analyze Image Operation under Computer Vision API (v3.2) have exceeded rate limit of your current ComputerVision S1 pricing tier. Please retry after 1 second. 
    Please contact Azure support service if you would like to further increase the default rate limit.

According to this, https://azure.microsoft.com/en-in/pricing/details/cognitive-services/computer-vision/ , the S1 tier allows 10 transactions per second.根据https://azure.microsoft.com/en-in/pricing/details/cognitive-services/computer-vision/,S1层每秒允许 10 个事务。 Even after several minutes of inactivity, I get the same error.即使在几分钟不活动后,我也会收到同样的错误。 What am I missing out?我错过了什么? What is the solution?解决办法是什么?

Please use the analyze image API , we are able to see response as shown below.请使用分析图像 API ,我们可以看到如下所示的响应。

Here is quick-start sample using SDK and REST API.这是使用 SDK 和 REST API 的快速入门示例

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM