microsoft / Cognitive-Vision-Windows

Windows SDK for the Microsoft Computer Vision API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/computer-vision-api
Other
166 stars 150 forks source link

API endpoint should be configurable #25

Closed DibranMulder closed 6 years ago

DibranMulder commented 7 years ago

The code uses the following endpoint:

https://westcentralus.api.cognitive.microsoft.com/vision/v1.0

However I'm an European and therefore use:

https://westeurope.api.cognitive.microsoft.com/vision/v1.0

It would be nice if you could enter the endpoint just like you do with the keys.

cthrash commented 7 years ago

You can, just called the overloaded constructor, shown here.

DibranMulder commented 7 years ago

I'm talking about the Sample-WPF application, not the client library.

cthrash commented 7 years ago

I understand what you're asking now.

cthrash commented 6 years ago

This has been fixed for a while now. Sorry for the late response