Classes
The following classes are available globally.
-
FormXAPIClient is a network client to communicate with the FormX API
See moreDeclaration
Swift
public class FormXAPIClient
-
Detects barcode in image using
See moreVNDetectBarcodesRequest
.Declaration
Swift
public class FormXBarcodeVisionDetector : FormXBarcodeDetector
-
Undocumented
See moreDeclaration
Swift
public class FormXCameraView : UIView, FormXImagePickerControllerDelegate
-
Detects document in image using
See moreVNDetectRectanglesRequest
.Declaration
Swift
public class FormXDocumentRectangleDetector : FormXDocumentDetector
-
Filter out FormXDocumentRegion with size smaller than the threshold
See moreDeclaration
Swift
public class FormXDocumentRegionSizeFilter : FormXDocumentRegionFilter
-
Detects document in image using
See moreVNDetectDocumentSegmentationRequest
.Declaration
Swift
@available(iOS 15.0, macOS 12.0, *) public class FormXDocumentSegmentationDetector : FormXDocumentDetector
-
Undocumented
See moreDeclaration
Swift
public class FormXLongReceiptCameraView : UIView, FormXImagePickerControllerDelegate
-
FormXStabilizer stabilizes the FormXDocumentRegion returned from FormXDocumentDetector to prevent shaking. It also filters out the invalid FormXDocumentRegion.
When the detected region is stable, it will change its state to ReadyToCapture to inform the caller that it is ready to capture the image.
See moreDeclaration
Swift
public class FormXStabilizer