Is it possible to filter only ProductVisualSearch from specified ...
stackoverflow.com
I have implemented a basic HTML version of Bing Visual Search from this tutorial. I want to fetch only ProductVisualSearch from specified websites, is it feasible ?
Preventing Edge from showing the visual search icon when users hover ...
stackoverflow.com
or search "visual search" in the settings menu There are two options, one which shows the icons permanently and the other on hover and then users can also prevent it from showing on selected sites.
Can Bing Visual Search API process multiple images in a single ...
stackoverflow.com
I have an application that fetches frames from a video, which are numerous. I am considering the s9 tier for the Bing Visual Search API, but it costs $15 per 1000 transactions. If each image counts...
Change search engine of Visual Studio 2019 - Stack Overflow
stackoverflow.com
I need to change Search Engine of Visual Studio 2019. Bing is not suitable for me. I prefer Google to Bing.
Bing Visual Search API (v7) returns no response for image
stackoverflow.com
2 I tried to setup a bing visual search API REST-Call from my java program. It works partly, i get an answer but not the answer i want. The goal is to do a POST REST-Call with an image and then get the information about the image as JSON. I setup everything in the azure portal: firstly bing-search v7 with an resource group and a resource.
Azure VisualSearch fails with Unauthorized despite valid key
stackoverflow.com
I created a "Bing Search" service in Azure with the S9 tier which supports Visual Search. I went to the Keys and Endpoint section and copied the Key 1 out and put it in the below code, yet every time I run it I get Unauthorized:
Bing Visual Search API endpoint returns different results than bing.com ...
stackoverflow.com
I'm trying to collect similar images of an image using Bing Visual Search API. I have the following code snippet and I'm supplying an insightsToken of this image to the API endpoint. import requests
Bing Visual Search Not Returning Image Tag properly
stackoverflow.com
Bing Visual Search Not Returning Image Tag properly Asked 5 years, 1 month ago Modified 5 years, 1 month ago Viewed 265 times
Newest 'bing_api' Questions - Stack Overflow
stackoverflow.com
I am using the Bing Web Search API, and I am accessing the data when typing a query into the search bar I created. But I have not been able to get the data to display in my search results when ...
Find a similar image among saved images with Cognitive services
stackoverflow.com
In the Cognitive Services family, you will find Bing Visual Search that will provide methods allowing to search for similarity. Have a look to the visuallySimilarProducts items. But it looks like it is running similarity with public items, not with a dedicated dataset.