Package io.scanbot.sdk.document
Class DocumentScannerFrameHandler.DetectedFrame
-
- All Implemented Interfaces:
public final class DocumentScannerFrameHandler.DetectedFrameDocument scanning results alongside with information about frame
-
-
Field Summary
Fields Modifier and Type Field Description public final DocumentDetectionStatusdetectionStatuspublic final List<PointF>polygonpublic final IntegerframeOrientationpublic final IntegerframeWidthpublic final IntegerframeHeightpublic final DocumentDetectionScoresdetectionScorespublic final RectfinderRect
-
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)
-
-
-
-