public class NativeLicensePlateScannerConfig
Native representation of the config for generic text recognizer
@JvmField public int minimumNumberOfRequiredFramesWithEqualScanResult
Minimum number of accumulated frames that have equal result
@JvmField public int maximumNumberOfAccumulatedFrames
Maximum number of accumulated frames to inspect before actual result is returned
@JvmField public int scannerStrategy
additional parameter to set the type of the scanned object
@JvmField public boolean shouldProvideCroppedImage
if the result object should contain a cropped image with license plate
public NativeLicensePlateScannerConfig(int minimumNumberOfRequiredFramesWithEqualScanResult,
int maximumNumberOfAccumulatedFrames,
int scannerStrategy,
boolean shouldProvideCroppedImage)
Native representation of the config for generic text recognizer
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 platepublic int component1()
Minimum number of accumulated frames that have equal result
public int component2()
Maximum number of accumulated frames to inspect before actual result is returned
public int component3()
additional parameter to set the type of the scanned object
public boolean component4()
if the result object should contain a cropped image with license plate
@NotNull public NativeLicensePlateScannerConfig copy(int minimumNumberOfRequiredFramesWithEqualScanResult, int maximumNumberOfAccumulatedFrames, int scannerStrategy, boolean shouldProvideCroppedImage)
Native representation of the config for generic text recognizer
maximumNumberOfAccumulatedFrames - Maximum number of accumulated frames to inspect before actual result is returnedminimumNumberOfRequiredFramesWithEqualScanResult - Minimum number of accumulated frames that have equal resultscannerStrategy - additional parameter to set the type of the scanned objectshouldProvideCroppedImage - if the result object should contain a cropped image with license plate@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)