尽管有 S1 定价层,但 Azure Computer Vision 不是 运行

Azure Computer Vision not running despite S1 pricing tier

当我尝试 运行 使用 Azure Computer Vision 的代码时出现此错误。

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.

据此,https://azure.microsoft.com/en-in/pricing/details/cognitive-services/computer-vision/,S1 层允许每秒 10 个事务。即使在几分钟不活动之后,我也会收到同样的错误。我错过了什么?解决方法是什么?

请使用analyze image API,我们可以看到如下响应。

这里是使用 SDK 和 REST API 的快速入门 sample