Insufficient documentation of Bing Visual Search API for barcode detection

Gonzalo Ré 21 Reputation points
2021-12-21T04:56:14.51+00:00

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 information about it (API references, examples or whatever)?

Regards,
Gonzalo

Bing Visual Search
Bing Visual Search
A Bing service that gives you rich insights to help build compelling image applications on the device of your choice.
23 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 43,631 Reputation points Microsoft Employee
    2021-12-21T11:19:48.937+00:00

    @Gonzalo Ré You can use the documentation from Bing with this HTML sample to quickly test the scenario.
    However, the sample needs the baseUri variable to be updated to the following on line 142.

    https://api.bing.microsoft.com/v7.0/images/visualsearch?mkt=${market}&safesearch=${safeSearch}  
    

    The response from API will basically identify the image as a barcode or any other object that is part of the uploaded image.

    159305-image.png

    You can also use other QuickStart's in the documentation to use the JSON response directly from the API in your application.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Gonzalo Ré 21 Reputation points
    2022-01-16T07:18:35.103+00:00

    @romungi-MSFT thank you for your answer. I affair I get always an error 200 and I can't get information about the error. There is a way to get information of connections tries?

    Regards,
    Gonzalo

    0 comments No comments