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