Interface CurrentImageListenerUIOptions
- All Known Implementing Classes:
FieldByFieldUISettings
public interface CurrentImageListenerUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrentImageListener(CurrentImageListener currentImageListener) Sets implementation ofCurrentImageListenerinterface that will obtain images that are currently being processed.
-
Method Details
-
setCurrentImageListener
Sets implementation ofCurrentImageListenerinterface that will obtain images that are currently being processed.CurrentImageListenerwill receive all possible images that become available during recognition process.- Parameters:
currentImageListener- Implementation of image listener ornullto clear listener that has been set previously.
-