April 2018
Intermediate to advanced
418 pages
9h 41m
English
In this example, we are going to create an application that uses the Computer Vision API to analyze some pictures.
First, you need to obtain an API subscription key from https://docs.microsoft.com/en-us/azure/cognitive-services/Computer-vision/Vision-API-How-to-Topics/HowToSubscribe.
Next you have to open up Visual Studio 2017.

using System;using System.Collections.Generic;namespace ...
Read now
Unlock full access