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

Update SDK Sample to use the new swagger-generated SDK #39

Closed cthrash closed 6 years ago

cthrash commented 6 years ago

The Microsoft.ProjectOxford.Vision is being deprecated in favor of Microsoft.Azure.CognitiveServices.Vision.ComputerVision. The client library code remains in this repository but is for reference only.

The Sample, on the other hand, has been revamped with the new NuGet package. It also show cases new functionality, including the new-and-improved RecognizeText functionality.

cthrash commented 6 years ago

woops