public static class BaseContourAutoSnappingController.Param
Data holder for info needed for frame validation.
public Param(@NotNull
io.scanbot.sdk.core.contourdetector.DetectionResult status,
@NotNull
java.util.List<? extends android.graphics.PointF> polygon)
Data holder for info needed for frame validation.
status - status of current frame's detectionpolygon - detected image's polygon@NotNull public io.scanbot.sdk.core.contourdetector.DetectionResult getStatus()
status of current frame
's detection
@NotNull public java.util.List<android.graphics.PointF> getPolygon()
detected image
's polygon
@NotNull public io.scanbot.sdk.core.contourdetector.DetectionResult component1()
status of current frame
's detection
@NotNull public java.util.List<android.graphics.PointF> component2()
detected image
's polygon
@NotNull
public io.scanbot.sdk.autosnapping.BaseContourAutoSnappingController.Param copy(@NotNull
io.scanbot.sdk.core.contourdetector.DetectionResult status,
@NotNull
java.util.List<? extends android.graphics.PointF> polygon)
Data holder for info needed for frame validation.
status - status of current frame's detectionpolygon - detected image's polygon@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)