FormXDocumentDetectorResult
data class FormXDocumentDetectorResult(val region: FormXDocumentRegion?, val transform: OutputTransform, var sourceImage: Bitmap)
FormX Document Detector Result
The FormXDocumentDetectorResult contains the result of the document detection from the FormXDocumentDetector.detect method.
Constructors
Link copied to clipboard
fun FormXDocumentDetectorResult(region: FormXDocumentRegion?, transform: OutputTransform, sourceImage: Bitmap)