@camera.ui/sdk / plugin / LicensePlateDetectionPluginResponse
Interface: LicensePlateDetectionPluginResponse
Defined in: plugin/interfaces.ts:68
Result of a license plate detection run.
Properties
detected
detected:
boolean
Defined in: plugin/interfaces.ts:70
True when the run produced at least one detection.
detections
detections:
LicensePlateDetection[]
Defined in: plugin/interfaces.ts:72
Detected plates with their OCR text.