Skip to content

@camera.ui/sdk / sensor / LicensePlateDetection

Interface: LicensePlateDetection

Defined in: sensor/licensePlate.ts:24

A license plate detection result, extending Detection with OCR fields.

Extends

Properties

attribute

attribute: "license_plate"

Defined in: sensor/licensePlate.ts:26

Sub-detection attribute, fixed to 'license_plate'.

Overrides

Detection.attribute


box

box: BoundingBox

Defined in: sensor/detection.ts:41

Bounding box in normalized coordinates.

Inherited from

Detection.box


confidence

confidence: number

Defined in: sensor/detection.ts:39

Confidence score in the range 0-1.

Inherited from

Detection.confidence


label

label: "motion" | "audio" | "person" | "vehicle" | "animal"

Defined in: sensor/detection.ts:37

Detection label (e.g. 'person', 'vehicle').

Inherited from

Detection.label


ocrConfidence?

optional ocrConfidence?: number

Defined in: sensor/licensePlate.ts:30

Average text recognition confidence (0-1), separate from the box confidence.


plateText

plateText: string

Defined in: sensor/licensePlate.ts:28

Recognized plate text (e.g. "ABC 1234").