From 162f29ec215e4da7e5c6308c4cbc75f1f7dba540 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sun, 13 Jul 2025 19:43:46 +0700 Subject: [PATCH] remove license plate confidence from detection messages for simplified reporting --- worker.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/worker.md b/worker.md index 6101f2b..8d99e51 100644 --- a/worker.md +++ b/worker.md @@ -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"