Package io.scanbot.sdk.autosnapping
Class BaseDocumentAutoSnappingController.Param
-
- All Implemented Interfaces:
public final class BaseDocumentAutoSnappingController.ParamData holder for info needed for frame validation.
-
-
Field Summary
Fields Modifier and Type Field Description private final DocumentDetectionStatusstatusprivate final List<PointF>polygon
-
Constructor Summary
Constructors Constructor Description BaseDocumentAutoSnappingController.Param(DocumentDetectionStatus status, List<PointF> polygon)
-
Method Summary
Modifier and Type Method Description final DocumentDetectionStatusgetStatus()final List<PointF>getPolygon()-
-
Constructor Detail
-
BaseDocumentAutoSnappingController.Param
BaseDocumentAutoSnappingController.Param(DocumentDetectionStatus status, List<PointF> polygon)
- Parameters:
status- status of current frame's detectionpolygon- detected image's polygon
-
-
Method Detail
-
getStatus
final DocumentDetectionStatus getStatus()
-
getPolygon
final List<PointF> getPolygon()
-
-
-
-