Package io.scanbot.sdk.document
Class DocumentScannerFrameHandler.DetectedFrame
-
- All Implemented Interfaces:
public final class DocumentScannerFrameHandler.DetectedFrame
Document scanning results alongside with information about frame
-
-
Field Summary
Fields Modifier and Type Field Description public final DocumentDetectionStatus
detectionStatus
public final List<PointF>
polygon
public final Integer
frameOrientation
public final Integer
frameWidth
public final Integer
frameHeight
public final DocumentDetectionScores
detectionScores
public final Rect
finderRect
-
Constructor Summary
Constructors Constructor Description DocumentScannerFrameHandler.DetectedFrame(DocumentDetectionStatus detectionStatus, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight)
DocumentScannerFrameHandler.DetectedFrame(DocumentDetectionStatus detectionStatus, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight, DocumentDetectionScores detectionScores, Rect finderRect)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
DocumentScannerFrameHandler.DetectedFrame
DocumentScannerFrameHandler.DetectedFrame(DocumentDetectionStatus detectionStatus, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight)
-
DocumentScannerFrameHandler.DetectedFrame
DocumentScannerFrameHandler.DetectedFrame(DocumentDetectionStatus detectionStatus, List<PointF> polygon, Integer frameOrientation, Integer frameWidth, Integer frameHeight, DocumentDetectionScores detectionScores, Rect finderRect)
-
-
-
-