Skip to content

@camera.ui/sdk / camera / LicensePlateDetectionSettings

Interface: LicensePlateDetectionSettings

Defined in: camera/detection.ts:191

License plate detection settings.

Properties

confidence?

optional confidence?: number

Defined in: camera/detection.ts:193

Minimum confidence threshold (0 - 1) for a plate to be found in the picture.


minLength?

optional minLength?: number

Defined in: camera/detection.ts:197

Minimum plate text length, shorter reads are dropped as fragments.


ocrConfidence?

optional ocrConfidence?: number

Defined in: camera/detection.ts:195

Minimum text recognition confidence (0 - 1) for a plate read to count.