© Alessandro Del Sole 2018
Alessandro Del SoleMicrosoft Computer Vision APIs Distilled https://doi.org/10.1007/978-1-4842-3342-9_3

3. Invoking the Computer Vision API from C#

Alessandro Del Sole
(1)
Cremona, Italy
 
Being RESTful services, all the Cognitive Services APIs, including the Computer Vision API, can be queried by any programming language that supports HTTP requests and the JSON format. This chapter is all about C# and explains how to analyze an image with C# code that can be used across platforms. You will learn how to execute all the analysis operations that Computer Vision provides, using all the major IDEs from Microsoft.
The first step is setting up your toolbox, and then you will be able to write some code.
Note
Always be careful of how ...

Get Microsoft Computer Vision APIs Distilled: Getting Started with Cognitive Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.