Hi
So i created i flow to auto tag images when uploaded to a SharePoint library. This all works very good.
What i can see is that some words i just dont want it to tag the image with. For example i upload a image of a car and it will add a tag called "cake"
If i check th Analyze Image results in flow i can see it rates tags based on confidence score.
So i wonder is it possible to filter or sort out words if confidence score is below a certain number? Now i dont see the tag cake have any confidence rating so i wonder why is this even added?
{ "categories": [ { "name": "trans_car", "score": 0.9921875 } ], "tags": [ { "name": "sky", "confidence": 0.9996563196182251 }, { "name": "car", "confidence": 0.9995741248130798 }, { "name": "outdoor", "confidence": 0.99254310131073 }, { "name": "blue", "confidence": 0.9446885585784912 }, { "name": "ocean", "confidence": 0.9404265880584717 }, { "name": "beach", "confidence": 0.8443412184715271 }, { "name": "vehicle", "confidence": 0.7354080677032471 }, { "name": "automotive", "confidence": 0.6446248292922974 }, { "name": "wheel", "confidence": 0.6275951862335205 }, { "name": "land vehicle", "confidence": 0.5628407001495361 }, { "name": "sandy", "confidence": 0.181476891040802 }, { "name": "roof", "confidence": 0.10028418898582458 } ], "description": { "tags": [ "car", "outdoor", "blue", "ocean", "beach", "surfing", "water", "sitting", "cake", "sandy", "parked", "sand", "driving" ], "captions": [ { "text": "a blue car on a sandy beach next to the ocean", "confidence": 0.9698794056125721 } ] }, "requestId": "deleted", "metadata": { "width": 2000, "height": 1500, "format": "Jpeg" } }