Skip navigation links
C D E F G H I M N S T 

C

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

D

DEFAULT_MAXIMUM_ACCUMULATED_FRAME_COUNT - Static variable in class io.scanbot.licenseplate.NativeLicensePlateScanner
 
DEFAULT_MINIMUM_REQUIRED_FRAME_COUNT - Static variable in class io.scanbot.licenseplate.NativeLicensePlateScanner
 

E

equals(p) - Method in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
 
equals(p) - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
 

F

finalize() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanner
 

G

getConfidenceValue() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
confidence of the recognition
getCountryCode() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
country code of license plate
getCroppedImage() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
the part of the image which was scanned for the license plate
getLicensePlate() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
number on license plate
getNativeId() - Method in enum io.scanbot.licenseplate.NativeLicensePlateScanStrategy
 
getRawString() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
raw detected text
getValidationSuccessful() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
if the recognition and validation was successful

H

hashCode() - Method in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
 
hashCode() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
 

I

io.scanbot.licenseplate - package io.scanbot.licenseplate
 

M

maximumNumberOfAccumulatedFrames - Variable in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
Maximum number of accumulated frames to inspect before actual result is returned
minimumNumberOfRequiredFramesWithEqualScanResult - Variable in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
Minimum number of accumulated frames that have equal result

N

NativeLicensePlateScanner - Class in io.scanbot.licenseplate
 
NativeLicensePlateScanner(tessDataPath) - Constructor for class io.scanbot.licenseplate.NativeLicensePlateScanner
 
NativeLicensePlateScanner.Companion - Class in io.scanbot.licenseplate
 
NativeLicensePlateScannerConfig - Class in io.scanbot.licenseplate
Native representation of the config for generic text recognizer
NativeLicensePlateScannerConfig(minimumNumberOfRequiredFramesWithEqualScanResult, maximumNumberOfAccumulatedFrames, scannerStrategy, shouldProvideCroppedImage) - Constructor for class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
Native representation of the config for generic text recognizer
NativeLicensePlateScanResult - Class in io.scanbot.licenseplate
Recognition result of license plate scanner
NativeLicensePlateScanResult(countryCode, licensePlate, rawString, confidenceValue, validationSuccessful, croppedImage) - Constructor for class io.scanbot.licenseplate.NativeLicensePlateScanResult
Recognition result of license plate scanner
NativeLicensePlateScanStrategy - Enum in io.scanbot.licenseplate
Additional parameter for class NativeLicensePlateScanner to set the type of the scanned object

S

scannerStrategy - Variable in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
additional parameter to set the type of the scanned object
scanNv21(nv21, width, height, orientation, finderRect) - Method in class io.scanbot.licenseplate.NativeLicensePlateScanner
Scan image to recognize a text and validate it with the predefined validator
setConfiguration(config) - Method in class io.scanbot.licenseplate.NativeLicensePlateScanner
Sets the configuration to use during the text recognition
shouldProvideCroppedImage - Variable in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
if the result object should contain a cropped image with license plate

T

toString() - Method in class io.scanbot.licenseplate.NativeLicensePlateScannerConfig
 
toString() - Method in class io.scanbot.licenseplate.NativeLicensePlateScanResult
 
C D E F G H I M N S T 
Skip navigation links