DocumentIqasResult
data class DocumentIqasResult(val brightness: Int, val sharpness: Int, val fourCornerConfidence: Int, val skewAngle: Int, val rotationAngle: Int, val horizontalFill: Int, val padding: Int, val noGlareConfidence: Int, val solidBackgroundConfidence: Int, val contrastConfidence: Int, val mrzConfidence: Int, val fourCorners: Array<Point>, val documentBoundingBox: Array<Point>, val glareBoundingBox: Array<Point>)
Holds the raw IQA scores.
Constructors
Link copied to clipboard
constructor(brightness: Int, sharpness: Int, fourCornerConfidence: Int, skewAngle: Int, rotationAngle: Int, horizontalFill: Int, padding: Int, noGlareConfidence: Int, solidBackgroundConfidence: Int, contrastConfidence: Int, mrzConfidence: Int, fourCorners: Array<Point>, documentBoundingBox: Array<Point>, glareBoundingBox: Array<Point>)