Face API DetectAsync Error

前端 未结 1 691
星月不相逢
星月不相逢 2021-01-26 06:53

I wanted to create a simple program to detect faces using Microsoft Azure Face API and Visual Studio 2015. Following the guide from (https://social.technet.microsoft.com/wiki/co

1条回答
  •  迷失自我
    2021-01-26 07:22

    Change the key and endpoint declaration to:

    private readonly IFaceServiceClient faceServiceClient = new FaceServiceClient("MY_KEY_HERE", "ACTUAL_ENDPOINT_HERE");
    

    0 讨论(0)
提交回复
热议问题