captureScenario:didCaptureImageWithResult: method of the AUIImageCaptureScenarioDelegate protocol
Notifies the delegate that an image was captured, delivers the result object.
- (void)captureScenario:(AUIImageCaptureScenario*)captureScenario didCaptureImageWithResult:(AUIImageCaptureResult*)result;
Parameters
- captureScenario
- AUIImageCaptureScenario object, corresponding to the AUIImageCaptureScenarioDelegate delegate that should be notified.
- result
- The captured image as an AUIImageCaptureResult object with detected document boundaries.
3/2/2022 12:59:15 PM