public interface CurrentImageListenerUIOptions
| Modifier and Type | Method and Description | 
|---|---|
void | 
setCurrentImageListener(CurrentImageListener currentImageListener)
Sets implementation of  
CurrentImageListener interface that will obtain images that
 are currently being processed. | 
void setCurrentImageListener(@Nullable
                             CurrentImageListener currentImageListener)
CurrentImageListener interface that will obtain images that
 are currently being processed. CurrentImageListener will receive all possible images
 that become available during recognition process.currentImageListener - Implementation of image listener or null to clear listener
                             that has been set previously.