remove license plate confidence from detection messages for simplified reporting
All checks were successful
Build Backend Application and Docker Image / build-docker (push) Successful in 8m49s

This commit is contained in:
Siwat Sirichai 2025-07-13 19:43:46 +07:00
parent 5cf1bf08cc
commit 162f29ec21

View file

@ -83,8 +83,7 @@ Sent when the worker detects a relevant object. The `detection` object should be
"carBrand": "Honda",
"carYear": 2023,
"bodyType": "Sedan",
"licensePlateText": "ABCD1234",
"licensePlateConfidence": 0.95
"licensePlateText": "ABCD1234"
},
"modelId": 101,
"modelName": "US-LPR-and-Vehicle-ID"
@ -292,8 +291,7 @@ This section shows a typical sequence of messages between the backend and the wo
"carBrand": "Honda",
"carModel": "CR-V",
"bodyType": "SUV",
"licensePlateText": "GEMINI-AI",
"licensePlateConfidence": 0.98
"licensePlateText": "ABCD1234"
},
"modelId": 201,
"modelName": "Vehicle Identification"
@ -312,7 +310,6 @@ This section shows a typical sequence of messages between the backend and the wo
"carModel": "Corolla",
"bodyType": "Sedan",
"licensePlateText": "CMS-1234",
"licensePlateConfidence": 0.97
},
"modelId": 201,
"modelName": "Vehicle Identification"
@ -331,7 +328,6 @@ This section shows a typical sequence of messages between the backend and the wo
"carModel": "Focus",
"bodyType": "Hatchback",
"licensePlateText": "CMS-5678",
"licensePlateConfidence": 0.96
},
"modelId": 201,
"modelName": "Vehicle Identification"