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