public class DocumentTracker
extends <any>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentTracker.DocumentDetectionListener |
| Constructor and Description |
|---|
DocumentTracker(GraphicOverlay<DocumentGraphic> mOverlay,
DocumentGraphic mGraphic,
DocumentTracker.DocumentDetectionListener mListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
onDone() |
void |
onMissing(<any> detections) |
void |
onNewItem(int i,
Document document) |
void |
onUpdate(<any> detections,
Document document) |
public DocumentTracker(GraphicOverlay<DocumentGraphic> mOverlay, DocumentGraphic mGraphic, DocumentTracker.DocumentDetectionListener mListener)