Detected Frame
constructor(detectionStatus: DocumentDetectionStatus, polygon: List<PointF>?, frameOrientation: Int, frameWidth: Int, frameHeight: Int, detectionScores: DocumentDetectionScores?, finderRect: Rect?)
constructor(detectionStatus: DocumentDetectionStatus, polygon: List<PointF>?, frameOrientation: Int, frameWidth: Int, frameHeight: Int)
Deprecated
Constructor is deprecated due to detectionScore value missing, use another constructor or replace it directly with:
Replace with
DetectedFrame(detectionStatus, polygon, frameOrientation, frameWidth, frameHeight, detectionScore, finderRect, requiredPageAspectRatios)
Content copied to clipboard