Interface CurrentImageListenerUIOptions

All Known Implementing Classes:
BaseBlinkIdUiSettings, BlinkIdUISettings, DocumentUISettings, LegacyDocumentVerificationUISettings

public interface CurrentImageListenerUIOptions
  • Method Details

    • setCurrentImageListener

      void setCurrentImageListener(@Nullable CurrentImageListener currentImageListener)
      Sets implementation of CurrentImageListener 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 or null to clear listener that has been set previously.