You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicconststringsubscriptionKey="<your training key here>";//Insert your Cognitive Services subscription key here
14
-
publicconststringendpoint="https://westus.api.cognitive.microsoft.com";// You must use the same Azure region that you generated your subscription keys for. Free trial subscription keys are generated in the westus region.
15
-
13
+
14
+
// Add your Azure Computer Vision subscription key and endpoint to your environment variables
Console.WriteLine("Recognize domain specific content (celebrities/landmarks) in images:");
30
-
31
-
stringimageFilePath=@"Images\landmark.jpg";// See this repo's readme.md for info on how to get these images. Alternatively, you can just set the path to any appropriate image on your machine.
32
+
// See this repo's readme.md for info on how to get these images. Or, set the path to any appropriate image on your machine.
0 commit comments