Searching for images and videos
The Bing Image Search API and Bing Video Search API allow us to search directly for images or videos. These APIs should only be used if you just need image or video content. There is a possibility that calling these APIs will affect performance and relevance negatively, and as such, one should aim to use the Bing Web Search API.
Note
If you have not already done so, sign up for the Bing Image Search API and the Bing Video Search API at https://www.microsoft.com/cognitive-services/en-us/bing-image-search-api and https://www.microsoft.com/cognitive-services/en-us/bing-video-search-api, respectively.
Using a common user interface
As we do not need image or video search in our Smart House application, we will go on to create a new project. Create this project using the MVVM template created in Chapter 1, Getting Started with Microsoft Cognitive Services.
These APIs do not come with any client packages. As before, we should really make these calls from the server-side...