我正在尝试使用MS CognitivefaceAPI创建一个person-group,但我一直收到错误消息"The remote server returned an error:(404) Not下面是我的源代码。如果有人能帮我解决这个问题我会很高兴的。q3.Headers.Add("Ocp-Apim-Subscription-Key", subscriptionKey);
string url = "https:/
我试图连接到我的认知服务资源,但是我得到了以下错误:
(node:3246) UnhandledPromiseRejectionWarning: Error: Access denied due toinvalid subscription key or wrong API endpoint.Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for我相信我正在输入正确的凭据和
我正在Xamarin应用程序中使用MicrosoftCognitive Services (FaceAPI)进行人脸识别项目。为了与认知服务对话,我使用了Xamarin.Microsoft.Cognitive.Face。到目前为止,我能够通过图像检测到人脸,并成功地识别出了这个人。我所做的代码:
var faceServiceClient = new FaceServiceRestClient("https://au
我已经在我的应用程序中使用了订阅ID,并且在运行时收到以下错误。Make sure you are subscribed to an API you are trying to call and provide the right key."}}Code=401 "(null)"希望你们有办法了。
干杯!
StackTrace:
at Microsoft.Azure.CognitiveServices.Vision.Face.FaceOperations.<DoWork>d__5.MoveNext() in 我进行此调用的代码是: string faceEndpoint = "https://eastus.api.cognitive.microsoft.com在fiddler调用中,我只对这个url做了一个post