public class Polygon
Represents the polygon object detected by MultipleObjectsDetector
public Polygon(@NotNull
io.scanbot.sdk.core.contourdetector.DetectionResult detectionResult,
@NotNull
java.util.List<? extends android.graphics.Point> polygon,
@NotNull
java.util.List<? extends android.graphics.PointF> polygonF)
Represents the polygon object detected by MultipleObjectsDetector
@NotNull public io.scanbot.sdk.core.contourdetector.DetectionResult getDetectionResult()
@NotNull public java.util.List<android.graphics.Point> getPolygon()
@NotNull public java.util.List<android.graphics.PointF> getPolygonF()
@NotNull public io.scanbot.sdk.core.contourdetector.DetectionResult component1()
@NotNull public java.util.List<android.graphics.Point> component2()
@NotNull public java.util.List<android.graphics.PointF> component3()
@NotNull public Polygon copy(@NotNull io.scanbot.sdk.core.contourdetector.DetectionResult detectionResult, @NotNull java.util.List<? extends android.graphics.Point> polygon, @NotNull java.util.List<? extends android.graphics.PointF> polygonF)
Represents the polygon object detected by MultipleObjectsDetector
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)