Interface HighResSuccessFrameCaptureUIOptions
- All Known Implementing Classes:
BarcodeUISettings,BasicScanUISettings,OcrLineUISettings,PhotopayUISettings
public interface HighResSuccessFrameCaptureUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoidenableHighResSuccessFrameCapture(boolean enabled) Sets whether to enable capturing high res frames on recognition success.
-
Method Details
-
enableHighResSuccessFrameCapture
void enableHighResSuccessFrameCapture(boolean enabled) Sets whether to enable capturing high res frames on recognition success. Default isfalse.- Parameters:
enabled-trueif you wish to enable high res success frame capture
-