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

Properties

Link copied to clipboard

The detected region. If it is null, no document is not detected.

Link copied to clipboard

The source image used for the detection.

Link copied to clipboard

The transform object to convert the detected region's bounding box to the original image's coordinate.