Document Scanning Result
data class DocumentScanningResult(val detectionResult: DocumentDetectionResult, val croppedImage: ImageRef? = null) : AutoCloseable, Parcelable
Result of the document detection followed by cropping of the found document.