Package io.scanbot.vin
Class NativeVinScannerConfig
-
- All Implemented Interfaces:
public final class NativeVinScannerConfigNative representation of the config for VIN scanner.
-
-
Field Summary
Fields Modifier and Type Field Description public final IntegerminimumNumberOfRequiredFramesWithEqualRecognitionResultpublic final IntegermaximumNumberOfAccumulatedFramespublic final IntegerocrResolutionLimit
-
Constructor Summary
Constructors Constructor Description NativeVinScannerConfig(Integer minimumNumberOfRequiredFramesWithEqualRecognitionResult, Integer maximumNumberOfAccumulatedFrames, Integer ocrResolutionLimit)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
NativeVinScannerConfig
NativeVinScannerConfig(Integer minimumNumberOfRequiredFramesWithEqualRecognitionResult, Integer maximumNumberOfAccumulatedFrames, Integer ocrResolutionLimit)
- Parameters:
minimumNumberOfRequiredFramesWithEqualRecognitionResult- Minimum number of accumulated frames that have equal resultmaximumNumberOfAccumulatedFrames- Maximum number of accumulated frames to inspect before actual result is returnedocrResolutionLimit- The image will be downscaled to the given value during the processing.
-
-
-
-