Interface FailedDetectionCallback
@WorkerThread
public interface FailedDetectionCallback
Callback that will be invoked when all detections in
Recognizer
chain have failed.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when all recognizers in activeRecognizer
chain have failed to detect anything on the image.
-
Method Details
-
onDetectionFailed
void onDetectionFailed()Invoked when all recognizers in activeRecognizer
chain have failed to detect anything on the image.
-