feat: add confidence field to the result of from_google_gemini_2_5 function

This commit is contained in:
Onuralp SEZER 2025-07-14 15:22:10 +03:00
parent 3b112ffb46
commit 377f7db0ad
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
1 changed files with 3 additions and 1 deletions

View File

@ -435,7 +435,9 @@ def from_google_gemini_2_5(
{
"box_2d": [x1, y1, x2, y2],
"mask": "data:image/png;base64,...",
"label": "some class name"},
"label": "some class name",
"confidence": 0.95,
},
...
]
```