Document Auto Capture Detection
data class DocumentAutoCaptureDetection(val image: Image, val document: DocumentDetector.Document?, val travelDocumentType: TravelDocumentType?, val machineReadableZone: MachineReadableZone?, val validatorIdentifiers: List<String>, statistics: Statistics)
Document detection in UI Document Auto Capture component.
Constructors
Link copied to clipboard
fun DocumentAutoCaptureDetection(image: Image, document: DocumentDetector.Document?, travelDocumentType: TravelDocumentType?, machineReadableZone: MachineReadableZone?, validatorIdentifiers: List<String>, statistics: Statistics)