Label Capture Validation Flow Overlay

Defined under the namespace Scandit.Datacapture.Label.Ui

LabelCaptureValidationFlowOverlay
class LabelCaptureValidationFlowOverlay : DataCaptureOverlay

Added in version 7.4.0

Overlay for label capture that displays a user interface designed to facilitate the validation of a label capture process. It also allows the capture of several label fields in several scans, which are later aggregated to for a complete scanned label which is reported back through the LabelCaptureValidationFlowListener. Note that this overlay offers no barcode or field highlighting. If this is needed, another overlay (like LabelCaptureBasicOverlay) should be user alongside this one.

withLabelCaptureForView(labelCapture, dataCaptureView)
static withLabelCaptureForView(labelCapture: LabelCapture,
        dataCaptureView: DataCaptureView): Promise<LabelCaptureValidationFlowOverlay>

Added in version 7.4.0

Constructs a new overlay to visualize the label capture validation flow. When view is non-null, the overlay is automatically added to the view. Otherwise, the overlay needs to be added through a call to DataCaptureView.addOverlay().

applySettings(settings)
applySettings(settings: LabelCaptureValidationFlowSettings): Promise<void>

Added in version 7.4.0

Applies the new settings to the validation flow overlay.

listener
listener: LabelCaptureValidationFlowListener

Added in version 7.4.0

Sets the listener to this overlay instance to observe the label capture mode and get notified when a label has been validated and accepted by the end user.