Package com.microblink.metadata.glare
Interface GlareCallback
-
@WorkerThread public interface GlareCallback
Callback that will be invoked when glare detection has completed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onGlare(boolean hasGlare)
Called when glare detection has completed with result whether glare has been found or not.
-