- cleanRecognitionQueue() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanner
-
Allows to clean the accumulated frames inside the recognizer
- Companion - Static variable in class io.scanbot.licenseplate.NativeLicensePlateScanner
-
- component1() - Method in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
-
Minimum number of accumulated frames that have equal result
- component1() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
-
country code of license plate
- component2() - Method in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
-
Maximum number of accumulated frames to inspect before actual result is returned
- component2() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
-
number on license plate
- component3() - Method in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
-
additional parameter to set the type of the scanned object
- component3() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
-
raw detected text
- component4() - Method in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
-
if the result object should contain a cropped image with license plate
- component4() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
-
confidence of the recognition
- component5() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
-
if the recognition and validation was successful
- component6() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
-
the part of the image which was scanned for the license plate
- copy(minimumNumberOfRequiredFramesWithEqualScanResult, maximumNumberOfAccumulatedFrames, scannerStrategy, shouldProvideCroppedImage) - Method in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
-
Native representation of the config for generic text recognizer
- copy(countryCode, licensePlate, rawString, confidenceValue, validationSuccessful, croppedImage) - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
-
Recognition result of license plate scanner