Interface DebugImageListenerUIOptions

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

public interface DebugImageListenerUIOptions
  • Method Details

    • setDebugImageListener

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