Package 

Interface ClassificationListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onClassificationResult(ClassificationCandidate candidate, Bitmap bitmap) Will be called on each frame that was analyzed by the recognition engine.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onClassificationResult

         abstract Unit onClassificationResult(ClassificationCandidate candidate, Bitmap bitmap)

        Will be called on each frame that was analyzed by the recognition engine.

        Parameters:
        candidate - result of the recognition process.
        bitmap - the image that was analyzed.