4_Challenge_and_Closing
Finish early? Try this Challenge
What if we needed to port our application to another language? Modify your code to call the Translator API on the caption and tags you get back from the Vision service.
Look into the Image Processing Library at the Service Helpers. You can copy one of these and use it to invoke the Translator API. Now you can hook this into the ImageProcessor.cs. Try adding translated versions to your ImageInsights class, and then wire it through to the CosmosDB ImageMetadata class.
Lab Completion
In this lab we covered creating an intelligent bot from end-to-end using the Microsoft Bot Framework, Azure Search and several Cognitive Services.
You should have learned:
- What the various Cognitive Services APIs are
- How to configure your apps to call Cognitive Services
- How to build an application that calls various Cognitive Services (specifically Computer Vision and LUIS) in .NET applications
Resources for future projects/learning:
Back to README