A hololens application which consumes Azure Cognitive Services
A demonstration of a Hololens application consuming Azure Cognitive Services.
This application captures images from the Hololens front camera, it sends it to Cognitive service - Image recognition API, prints the results on the screen, and uses Cortana text-to-speech (which is built in Hololens) to "Say" what the service recognized.
You will have to obtain a subsription key for Cognitive services, and pick the relevant region endpoint. Update 'ComputerVisionHelper.cs' class with the correct values.