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