FormXDocumentDetectionDelegate
public protocol FormXDocumentDetectionDelegate : AnyObject
Methods for obtaining result of document detection from FormXFrameOutput
.
-
Tells the delegate a document is detected in the region.
Declaration
Swift
func formXDidFoundDocument(didDetectDocumentInRegion region: FormXDocumentRegion)
-
Tells the delegate a document is no longer detected.
Declaration
Swift
func formXDidLostDocument()
-
Undocumented
Declaration
Swift
func formXDidChangeState(state: FormXStabilizerState)