public class Page
Object which represents snapped document
| Constructor and Description |
|---|
Page(java.lang.String pageId,
java.util.List<? extends android.graphics.PointF> polygon,
net.doo.snap.lib.detector.DetectionResult detectionStatus)
Object which represents snapped document
|
Page()
Object which represents snapped document
|
| Modifier and Type | Method and Description |
|---|---|
net.doo.snap.lib.detector.DetectionResult |
getDetectionStatus() |
java.lang.String |
getPageId() |
java.util.List<android.graphics.PointF> |
getPolygon() |