question

NidhiSonar-9640 avatar image
0 Votes"
NidhiSonar-9640 asked YutongTie-MSFT commented

Can we get the list of matching images with details like imageurl, metadata etc. for imageFile/URL used for making prediction request via prediction api?

Need to implement visual search in my app.

When we call the prediction URL for making a prediction request for a image, we get the matching Tag and probability.

Looking for an option to get more detailed information like which images under the tag are matching with its metadata, image url etc.



azure-cognitive-searchazure-custom-vision
· 1
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.

Hello,

Just want to check if above solved your problem? Please let me know if you have more question. Thanks.


Regards,
Yutong

0 Votes 0 ·

1 Answer

YutongTie-MSFT avatar image
0 Votes"
YutongTie-MSFT answered

Hello,

Thanks for reaching out to us. For prediction API, the result will be:

{
"id": "00000000-0000-0000-0000-000000000000",
"project": "00000000-0000-0000-0000-000000000000",
"iteration": "00000000-0000-0000-0000-000000000000",
"created": "string",
"predictions": [
{
"probability": 0.0,
"tagId": "00000000-0000-0000-0000-000000000000",
"tagName": "string",
"boundingBox": {
"left": 0.0,
"top": 0.0,
"width": 0.0,
"height": 0.0
},
"tagType": "Regular"
}
]
}

You can get more information for Training API for image:
40919-image.png
https://southcentralus.dev.cognitive.microsoft.com/docs/services/Custom_Vision_Training_3.3/operations/5eb0bcc6548b571998fddeb4

Regards,
Yutong


image.png (26.8 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.