当我尝试使用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.根据这一点,https://azure.microsoft.com/en-in/pricing/details/cognitive-services/computer-vision/,S1层允许每秒10个事务。即使在几分钟不活动之后,我也会得到相同的错误。我错过了什么?解决方案是什么?
发布于 2021-07-29 23:29:04
https://stackoverflow.com/questions/68576692
复制相似问题