Class DocumentScannerFrameHandler.DetectedFrame
- Namespace
- IO.Scanbot.Sdk.Document
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class DocumentScannerFrameHandler.DetectedFrame : Object
- Inheritance
-
DocumentScannerFrameHandler.DetectedFrame
Constructors
DetectedFrame(DocumentDetectionStatus, IList<PointF>, int, int, int)
[Obsolete("deprecated")]
public DetectedFrame(DocumentDetectionStatus detectionStatus, IList<PointF> polygon, int frameOrientation, int frameWidth, int frameHeight)
Parameters
detectionStatus
DocumentDetectionStatus
polygon
IList<PointF>
frameOrientation
int
frameWidth
int
frameHeight
int
DetectedFrame(DocumentDetectionStatus, IList<PointF>, int, int, int, DocumentDetectionScores, Rect)
public DetectedFrame(DocumentDetectionStatus detectionStatus, IList<PointF> polygon, int frameOrientation, int frameWidth, int frameHeight, DocumentDetectionScores detectionScores, Rect finderRect)
Parameters
detectionStatus
DocumentDetectionStatus
polygon
IList<PointF>
frameOrientation
int
frameWidth
int
frameHeight
int
detectionScores
DocumentDetectionScores
finderRect
Rect
Properties
DetectionScores
public DocumentDetectionScores DetectionScores { get; set; }
Property Value
- DocumentDetectionScores
DetectionStatus
public DocumentDetectionStatus DetectionStatus { get; set; }
Property Value
- DocumentDetectionStatus
FinderRect
public Rect FinderRect { get; set; }
Property Value
- Rect
FrameHeight
public int FrameHeight { get; set; }
Property Value
- int
FrameOrientation
public int FrameOrientation { get; set; }
Property Value
- int
FrameWidth
public int FrameWidth { get; set; }
Property Value
- int
Polygon
public IList Polygon { get; set; }
Property Value
- IList