Interface DebugImageListenerUIOptions
- All Known Implementing Classes:
BaseBlinkIdUiSettings
,BlinkIdUISettings
,DocumentUISettings
,LegacyDocumentVerificationUISettings
public interface DebugImageListenerUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDebugImageListener
(DebugImageListener debugImageListener) Sets implementation ofDebugImageListener
interface that will obtain images that are being processed.
-
Method Details
-
setDebugImageListener
Sets implementation ofDebugImageListener
interface that will obtain images that are being processed. DebugImageListener will receive all possible debug images that become available during recognition process.- Parameters:
debugImageListener
- Implementation of debug image listener ornull
to clear listener that has been set previously.
-