CropValidation
Options for whether the crop validation screen should be shown after a scan has been captured by the user.
Inheritors
Types
Link copied to clipboard
Always show the crop validation screen, even when no document is detected in the picture.
Link copied to clipboard
Never show the crop validation screen.
Link copied to clipboard
data class WhenConfidenceBelowOrEqual(val confidenceThreshold: DocumentDetectionResult.QuadrangleConfidenceLevel) : ScanFlowConfiguration.CropValidation
Show the crop validation screen when a document is detected in the picture and its confidence is below or equal to the confidence threshold.