Interface FailedDetectionCallback
-
@WorkerThread public interface FailedDetectionCallback
Callback that will be invoked when all detections inRecognizer
chain have failed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDetectionFailed()
Invoked when all recognizers in activeRecognizer
chain have failed to detect anything on the image.
-
-
-
Method Detail
-
onDetectionFailed
void onDetectionFailed()
Invoked when all recognizers in activeRecognizer
chain have failed to detect anything on the image.
-
-