@camera.ui/sdk / camera / LicensePlateDetectionSettings
Interface: LicensePlateDetectionSettings
Defined in: camera/detection.ts:191
License plate detection settings.
Properties
confidence?
optionalconfidence?:number
Defined in: camera/detection.ts:193
Minimum confidence threshold (0 - 1) for a plate to be found in the picture.
minLength?
optionalminLength?:number
Defined in: camera/detection.ts:197
Minimum plate text length, shorter reads are dropped as fragments.
ocrConfidence?
optionalocrConfidence?:number
Defined in: camera/detection.ts:195
Minimum text recognition confidence (0 - 1) for a plate read to count.