document_detector_events
library
Classes
-
DocumentDetectorEvent
-
DocumentDetectorEvent
is an abstract class representing different types of events.
-
DocumentDetectorEventClosed
-
This class represents an event where the document capture
was closed by the user, either by pressing the close button
at the top right, or sending the app to the background.
-
DocumentDetectorEventFailure
-
This class represents a failure in the document capture process.
The user document hasn't been successfully captured,
the
errorMessage
parameter contains the failure reason.
-
DocumentDetectorEventSuccess
-
This class represents a successful document capture event.
The user document has been successfully captured,
and the URLs for download the captures have been returned.