Interface HighResSuccessFrameCaptureUIOptions
- All Known Implementing Classes:
BaseBlinkIdUiSettings
,BlinkIdUISettings
,DocumentUISettings
,LegacyDocumentVerificationUISettings
public interface HighResSuccessFrameCaptureUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enableHighResSuccessFrameCapture
(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
-true
if you wish to enable high res success frame capture
-