Table of Contents

Class BaseContourAutoSnappingController.Param

Namespace
IO.Scanbot.Sdk.Autosnapping
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/autosnapping/BaseContourAutoSnappingController$Param", DoNotGenerateAcw = true)]
public sealed class BaseContourAutoSnappingController.Param : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BaseContourAutoSnappingController.Param
Implements
Inherited Members

Constructors

Param(DetectionStatus, IList<PointF>)

[Register(".ctor", "(Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Ljava/util/List;)V", "")]
public Param(DetectionStatus status, IList<PointF> polygon)

Parameters

status DetectionStatus
polygon IList<PointF>

Properties

A

[Register("a")]
public DetectionStatus A { get; set; }

Property Value

DetectionStatus

B

[Register("b")]
public IList B { get; set; }

Property Value

IList

Polygon

public IList<PointF> Polygon { get; }

Property Value

IList<PointF>

Status

public DetectionStatus Status { get; }

Property Value

DetectionStatus

Methods

Component1()

[Register("component1", "()Lio/scanbot/sdk/core/contourdetector/DetectionStatus;", "")]
public DetectionStatus Component1()

Returns

DetectionStatus

Component2()

[Register("component2", "()Ljava/util/List;", "")]
public IList<PointF> Component2()

Returns

IList<PointF>

Copy(DetectionStatus, IList<PointF>)

[Register("copy", "(Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Ljava/util/List;)Lio/scanbot/sdk/autosnapping/BaseContourAutoSnappingController$Param;", "")]
public BaseContourAutoSnappingController.Param Copy(DetectionStatus status, IList<PointF> polygon)

Parameters

status DetectionStatus
polygon IList<PointF>

Returns

BaseContourAutoSnappingController.Param