Interface BorderDetectionThreadManager.BorderDetectionCallback
-
- All Known Implementing Classes:
BorderDetector
- Enclosing class:
- BorderDetectionThreadManager
public static interface BorderDetectionThreadManager.BorderDetectionCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onBorderDetectionFailed(java.lang.Exception e)
void
onBorderDetectionFinished(DocumentDetectionResult result)
-
-
-
Method Detail
-
onBorderDetectionFinished
void onBorderDetectionFinished(DocumentDetectionResult result)
-
onBorderDetectionFailed
void onBorderDetectionFailed(java.lang.Exception e)
-
-