D | Classifier.java | 23 * Generic interface for interacting with different recognition engines. 29 public class Recognition { class 37 * Display name for the recognition. 42 * A sortable score for how good the recognition is relative to others. Higher should be better. 49 public Recognition( in Recognition() method in Classifier.Recognition 100 List<Recognition> recognizeImage(Bitmap bitmap); in recognizeImage()
|