DocumentDetectionResult

constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(status: DocumentDetectionStatus = DocumentDetectionStatus.NOT_ACQUIRED, detectionScores: DocumentDetectionScores, points: List<Point>, horizontalLines: List<LineSegmentInt>, verticalLines: List<LineSegmentInt>, pointsNormalized: List<PointF>, horizontalLinesNormalized: List<LineSegmentFloat>, verticalLinesNormalized: List<LineSegmentFloat>, aspectRatio: Double, averageBrightness: Int = 0)