Package io.scanbot.licenseplate
Class NativeLicensePlateScannerConfig
-
- All Implemented Interfaces:
public final class NativeLicensePlateScannerConfig
Native representation of the config for generic text recognizer
-
-
Field Summary
Fields Modifier and Type Field Description public final Integer
minimumNumberOfRequiredFramesWithEqualScanResult
public final Integer
maximumNumberOfAccumulatedFrames
public final Integer
scannerStrategy
public final Boolean
shouldProvideCroppedImage
-
Constructor Summary
Constructors Constructor Description NativeLicensePlateScannerConfig(Integer minimumNumberOfRequiredFramesWithEqualScanResult, Integer maximumNumberOfAccumulatedFrames, Integer scannerStrategy, Boolean shouldProvideCroppedImage)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
NativeLicensePlateScannerConfig
NativeLicensePlateScannerConfig(Integer minimumNumberOfRequiredFramesWithEqualScanResult, Integer maximumNumberOfAccumulatedFrames, Integer scannerStrategy, Boolean shouldProvideCroppedImage)
- Parameters:
minimumNumberOfRequiredFramesWithEqualScanResult
- Minimum number of accumulated frames that have equal resultmaximumNumberOfAccumulatedFrames
- Maximum number of accumulated frames to inspect before actual result is returnedscannerStrategy
- additional parameter to set the type of the scanned objectshouldProvideCroppedImage
- if the result object should contain a cropped image with license plate
-
-
-
-