Document
data class Document(val confidence: Double, val position: DetectionPosition, val widthToHeightRatio: Double, val quality: DocumentQuality)
Detected document in the image.
Constructors
Link copied to clipboard
constructor(confidence: Double, position: DetectionPosition, widthToHeightRatio: Double, quality: DocumentQuality)
Properties
Link copied to clipboard
Confidence of the detection in interval [0.0, 1.0], where 0.0 stands for min confidence and 1.0 stands for max confidence.
Link copied to clipboard
Detected corners of the document card.
Link copied to clipboard
Document quality attributes.
Link copied to clipboard
Document width to height ratio.