从我创建它到现在已经超过10分钟了,所以api键应该是有效的。然后,我通过右键单击创建了一个新项目。Documents\Visual Studio 2017\Projects\CognitiveServiceTest\GetImageDetailsService\Program.cs:line 27
Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ComputerVisionErrorException: Operation returned a
我正在尝试使用正确的凭据运行Azure vision容器,但是当我执行docker run命令时,它为Vision 3.0和3.1提供了以下错误 Container is not in a validThe API Key provided is not authorized for use with this container.当我使用vision2.0时,我得到这个错误 Billing endpoint connection failed with status 'Mis
Microsoft.Azure.CognitiveServices.Vision.Face.Models.APIErrorException MessageStackTrace:
at Microsoft.Azure.CognitiveServices.Vision.Face.FaceOperations.<DoWork>d__5.MoveNext() in 我进行此调用的代码是: string faceEndpoint = &qu
我正在遵循使用自定义视觉的azure上的AI学校教程,我相信我设置的一切都是正确的,尽管教程中有一部分要求你在快速访问选项卡中的"NotePad“中输入API详细信息,但我无论如何都找不到它。不管怎样,我继续做了剩下的事情,除了当我尝试从终端上传文件时,我得到了以下错误-
Unhandled Exception: Microsoft.Rest.HttpOperationException:Operation returned an invalid status code 'Unauthorized
我正在尝试使用Restsharp将图像上传到Microsoft自定义visionAPI预测端点,我正在尝试使用AddFile方法,但我得到了一个BadRequest作为结果,以下是我正在使用的代码 var serviceUrl = ConfigurationManager.AppSettings["api.custom-vision.prediction.url.file"];