About 51 results
Open links in new tab
  1. Can Bing Visual Search API process multiple images in a single ...

    Feb 21, 2024 · 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 …

  2. c# - What is meaning of Folder tag in csproj - Stack Overflow

    Mar 3, 2023 · Folder element (Visual Studio project templates) in VS Tools Extensionbility As it mentioned, Specifies a folder that will be added to the project. The actual effect is add folder and it's …

  3. Bing Visual Search Not Returning Image Tag properly

    Apr 29, 2021 · Bing Visual Search Not Returning Image Tag properly Asked 5 years, 2 months ago Modified 5 years, 2 months ago Viewed 272 times

  4. Bing Visual Search C# SDK returns an empty response

    Jul 1, 2018 · I'm trying to make a simple tool that uses the Bing Visual Search API thingy. I'm following this guide to set up the SDK, but the API response seems to be pretty much empty no matter which …

  5. python - Bing Visual Search API endpoint returns different results than ...

    Feb 21, 2022 · 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 …

  6. Bing Visual Search API (v7) returns no response for image

    Jun 18, 2019 · 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 …

  7. Same endpoint (Bing Visual Search API) but different result from …

    Jan 5, 2021 · Same endpoint (Bing Visual Search API) but different result from Python script and PHP script Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 175 times

  8. How to restrict the bing visual search using python API to get results ...

    Jan 29, 2019 · Using the bing python API I was able to extract results from multiple websites. Below is the code that I am using, but I want to get the similar images from one specific website.

  9. Bing Code Search not working, makes VisualStudio crash

    2 I just installed Bing Code Search for Visual Studio and C#, when I start visual studio, it launches normally, but once I start typing to get the intellisense that helps you search snippets, Visual Studio …

  10. Is it possible to filter only ProductVisualSearch from specified ...

    Feb 11, 2019 · 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 ?