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

Added optional language parameter for AnalyzeImageAsync #16

Closed mrrenaud closed 6 years ago

mrrenaud commented 7 years ago

Allows to specify the language in which the description should be localized. For the moment, only English ("en") seems to be supported.

This documentation says "en" and "zh" are supported, though it looks like only "en" is supported for the moment: https://westus.dev.cognitive.microsoft.com/docs/services/56f91f2d778daf23d8ec6739/operations/56f91f2e778daf14a499e1fa

This FAQ says there are even more supported languages for Computer Vision, but it's incorrect: https://docs.microsoft.com/fr-be/azure/cognitive-services/Computer-vision/FAQ

chsienki commented 7 years ago

Yes, should be fine. It's a non-breaking compilation change so no problems with upgrade. It won't be binary drop in replacement (because the method signature has changed), but that's not a guarantee we've ever made.

cthrash commented 6 years ago

This should be working as of this. Apologies for not jumping on this sooner.