SimilarProduct Insight not working in visual search API
Hi i have this trying to find similiar products for an image of an product. Following the documentation i just need put "SimilarProducts" in the invodedSkills of the api call but i not get any answer with this code endpoint =…
Bing search api search by image doesn't work
I was using bing api and it worked couple of day ago but today when I tried it there were no results, then I tried to use bing search by image on Microsoft edge with bing and it didn't worked there too I cant get images while searching with images. What…
parameter"mkt" of bing visual search API does not take effect
When I call the bing visual search API, I specify the market by adding the parameter params = {'mkt': 'zh-CN'} as mentioned in https://learn.microsoft.com/zh-cn/bing/search-apis/bing-visual-search/reference/query-parameters, but the searching result…
how to fix visual studio vulnerabilities
how to fix visual studio vulnerabilities
Can Bing Visual Search API process multiple images in a single transaction?
I have an application that fetches frames from a video, which are numerous in number. I am considering the s9 tier for the Bing Visual Search API, but it costs $15 per 1000 transactions. If each image counts as one transaction, processing a single video…
Bing Visual Search API never returns "actionType" as "ShoppingSources"
How can I get "actionType" as "ShoppingSources" in the JSON response from the Bing Visual Search API? I have tried different query parameters and headers, but the result is never returned, even when using common products. Are there…
HOW TO FIX THIS ERROR Type 'System.Web.UI.WebControls.ValidationSummary' does not have a public property named 'label'.
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="SignUp.aspx.cs" Inherits="VisionSpaceTourism.SignUp" %> <asp:Content…
Constant 401 Error trying to use Bing visual search
Hello Azure community!, Hope all is well with everyone who reads this! I'm running into some API issues with bing/bing visual search, that me or anyone else here can figure you... I had some code to run a bing visual search for like images a few…
Can't get VisualSearch SimilarProducts to give back any results
I'm trying to list products through the Bing VisualSearch API using the SimilarProduct invokedSkill. I never see any products, even though some are listed on the Bing website. Here's the request I'm making curl --request POST \ --url…
404 Client Error: Resource Not Found
I am trying to use visual search api and I am using endpoint "https://api.bing.microsoft.com/v7.0/images/visualsearch" as suggested in the documentation but I am getting the 404 Client Error.…
How to get Shopping Sources in Bing Visual Search
I am trying to use the Visual Search API to get links to where a certain product in an image is being sold. The ShoppingSourcesAction would be perfect for this. Unfortunately, the JSON response never contains this action. I thought it might have been as…
Bing Visual Search API not returning certain results
I am utilizing the Bing Visual Search API for a project and have been encountering some issues. The API documentation suggests that the response should include a "tags" key with nested "displayName" and "actions" values…
[Samsung Bixby Vision] Inquiries on Bing Visual Search
We have been long collaboration with Bixby vision team of Samsung Mobile and Bing Visual Search is applied on Samsung smart phone as you can see attached file. If there is a new feature related to Bing Visual Search, this team would like to apply it…
My website has been penalized by Bing for a few days. How can I get my website back on Bing faster?
I have made a website for about a month, it has been indexed according to the rules of Bing webmaster. The website is no longer visible on bing My [https://crackstreams.ink/]> site url doesn't come up when I search it so far my bing webmaster tool…
HTTPError: 404 Client Error: Resource Not Found for url: https://api.bing.microsoft.com/bing/v7.0/images/visualsearch
Hi, I was trying the run the following code for bing visual search and I got the above error. What is the cause of the error here ? ------------------------------------------------------------------------------------------- BASE_URI =…
In VisualSearch, where to get the services : Bing Resources or Cognitive Services
In the documentation for VisualSearch, we are asked to create a service for Cognitive Services : But then we are also told that we can access VisualSearch from Bing Resources. I have create a service for Bing Resoures which can do image search. …
how to create syslink class in parentWindow and move focus on it first , also tooltip to be activate when focus moved on any item in sys tray
Hi , Experts how can i di this ...... Focus move to the syslink with variable hsyslink instead Edit Control then ok and cancel button when use setwindowpos hwndnew,old,0,0,0,0,SWP_NOMOVE+SWP_NOSIZE the window disappeared in general i destroyed…
Insufficient documentation of Bing Visual Search API for barcode detection
Goodnight comunity, I found that Bing Visual Search API presentation page offers barcode identification but I could't find documentation (in Azure wide documentation ocean) about how to use that functionality. Does anyone know where I can find…
Bing Maps End User TOU link dead
At this link http://mapsforenterprise.binginternal.com/en-us/maps/product Section 1 (g) "Bing Maps TOU" means the Bing Maps End User Terms of Use located here, or such other location as Microsoft may specify from time to time, that apply…
How to get same (not similar) images with Bing Visual Search API?
I am trying to find where all the same image has come. For example if I have the URL to an image A, what all websites does image A appear. I tried using the Bing Visual Search API, however, it shows me similar images. Here is the code I use: IMG_URL =…