Package com.microblink.metadata.text
Interface DebugTextCallback
-
@WorkerThread public interface DebugTextCallback
Callback that will be invoked when debug text information gets available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDebugText(java.lang.String debugText)
Called when debug text gets available and should be displayed on screen.
-