Interface FailedDetectionCallback


@WorkerThread public interface FailedDetectionCallback
Callback that will be invoked when all detections in Recognizer chain have failed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when all recognizers in active Recognizer chain have failed to detect anything on the image.
  • Method Details

    • onDetectionFailed

      void onDetectionFailed()
      Invoked when all recognizers in active Recognizer chain have failed to detect anything on the image.