-
public interface ClassificationListenerUsed to register a callback for the recognition process.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonClassificationResult(ClassificationCandidate candidate, Bitmap bitmap)Will be called on each frame that was analyzed by the recognition engine. -
-
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.
-
-
-
-