question

gonzalo-re avatar image
0 Votes"
gonzalo-re asked gonzalo-re published

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

Regards,
Gonzalo


azure-bing-visual
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

romungi-MSFT avatar image
1 Vote"
romungi-MSFT answered

@gonzalo-re 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.




image.png (20.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

gonzalo-re avatar image
0 Votes"
gonzalo-re answered gonzalo-re published

@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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.