@camera.ui/sdk / sensor / LicensePlateDetection
Interface: LicensePlateDetection
Defined in: sensor/licensePlate.ts:21
A license plate detection result, extending Detection with OCR fields.
Extends
Properties
attribute
attribute:
"license_plate"
Defined in: sensor/licensePlate.ts:23
Sub-detection attribute, fixed to 'license_plate'.
Overrides
box
box:
BoundingBox
Defined in: sensor/detection.ts:35
Bounding box in normalized coordinates.
Inherited from
confidence
confidence:
number
Defined in: sensor/detection.ts:33
Confidence score in the range 0–1.
Inherited from
label
label:
"motion"|"audio"|"person"|"vehicle"|"animal"|"package"
Defined in: sensor/detection.ts:31
Detection label (e.g. 'person', 'vehicle').
Inherited from
plateText
plateText:
string
Defined in: sensor/licensePlate.ts:25
Recognized plate text (e.g. "ABC 1234").