public interface VNDocumentCameraViewControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
documentCameraViewControllerDidCancel(VNDocumentCameraViewController controller)
The delegate will receive this call when the user cancels.
|
default void |
documentCameraViewControllerDidFailWithError(VNDocumentCameraViewController controller,
NSError error)
The delegate will receive this call when the user is unable to scan, with the following error.
|
default void |
documentCameraViewControllerDidFinishWithScan(VNDocumentCameraViewController controller,
VNDocumentCameraScan scan)
The client is responsible for dismissing the document camera in these callbacks.
|
default void documentCameraViewControllerDidFailWithError(VNDocumentCameraViewController controller, NSError error)
default void documentCameraViewControllerDidFinishWithScan(VNDocumentCameraViewController controller, VNDocumentCameraScan scan)
default void documentCameraViewControllerDidCancel(VNDocumentCameraViewController controller)