Class ContourDetectorFrameHandler.DetectedFrame
- Namespace
- IO.Scanbot.Sdk.Contourdetector
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/contourdetector/ContourDetectorFrameHandler$DetectedFrame", DoNotGenerateAcw = true)]
public sealed class ContourDetectorFrameHandler.DetectedFrame : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ContourDetectorFrameHandler.DetectedFrame
- Implements
-
- Inherited Members
-
Constructors
DetectedFrame(DetectionStatus, IList<PointF>, int, int, int)
[Register(".ctor", "(Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Ljava/util/List;III)V", "")]
[Obsolete("deprecated")]
public DetectedFrame(DetectionStatus detectionStatus, IList<PointF> polygon, int frameOrientation, int frameWidth, int frameHeight)
Parameters
detectionStatus
DetectionStatus
polygon
IList<PointF>
frameOrientation
int
frameWidth
int
frameHeight
int
DetectedFrame(DetectionStatus, IList<PointF>, int, int, int, double, Rect, IList<AspectRatio>)
[Register(".ctor", "(Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Ljava/util/List;IIIDLandroid/graphics/Rect;Ljava/util/List;)V", "")]
public DetectedFrame(DetectionStatus detectionStatus, IList<PointF> polygon, int frameOrientation, int frameWidth, int frameHeight, double detectionScore, Rect finderRect, IList<AspectRatio> requiredPageAspectRatios)
Parameters
detectionStatus
DetectionStatus
polygon
IList<PointF>
frameOrientation
int
frameWidth
int
frameHeight
int
detectionScore
double
finderRect
Rect
requiredPageAspectRatios
IList<AspectRatio>
Properties
DetectionScore
[Register("detectionScore")]
public double DetectionScore { get; set; }
Property Value
- double
DetectionStatus
[Register("detectionStatus")]
public DetectionStatus DetectionStatus { get; set; }
Property Value
- DetectionStatus
FinderRect
[Register("finderRect")]
public Rect FinderRect { get; set; }
Property Value
- Rect
FrameHeight
[Register("frameHeight")]
public int FrameHeight { get; set; }
Property Value
- int
FrameOrientation
[Register("frameOrientation")]
public int FrameOrientation { get; set; }
Property Value
- int
FrameWidth
[Register("frameWidth")]
public int FrameWidth { get; set; }
Property Value
- int
Polygon
[Register("polygon")]
public IList Polygon { get; set; }
Property Value
- IList
RequiredPageAspectRatios
[Register("requiredPageAspectRatios")]
public IList RequiredPageAspectRatios { get; set; }
Property Value
- IList