Label Capture Validation Flow Delegate

Defined in framework ScanditLabelCapture

SDCLabelCaptureValidationFlowDelegate
@protocol SDCLabelCaptureValidationFlowDelegate <NSObject>

Added in version 7.3.0

Protocol to be implemented by listeners that want to observe a SDCLabelCaptureValidationFlowOverlay and get informed when a new label have been completely captured and validated by the end user.

- labelCaptureValidationFlowOverlay:didCapureLabelWithFields:
- (void)labelCaptureValidationFlowOverlay:(nonnull SDCLabelCaptureValidationFlowOverlay *)overlay
                 didCapureLabelWithFields:(NSArray<SDCLabelField *> *)fields

Added in version 7.3.0

Invoked when the validation flow has finished and the end user has validated a label capture. The method receives a list of all the captured fields and their values.